DataGate Print File Designer®

AutoField Properties

AutoField Class Overview

Public Properties


Property Description

public propertyAlignment
(inherited from BaseField)

Gets or sets one of the Alignment enumeration values indicating whether to align data in the control to the left, right, or center.  The default is Left.

public propertyAnchor
(inherited from Control)

Gets or sets which edges of the control are anchored to the edges of its container.

public propertyBackColor
(inherited from Control)

Gets or sets the background color for the control.

public propertyBackgroundImage
(inherited from Control)

Gets or sets the background image displayed in the control.

public propertyBold
(Inherited from BaseField)

Gets or sets a Boolean value specifying whether the field output is to be bolded. The default is False.

ComputerName

Gets or sets the name of the local computer.

public propertyDock
(inherited from Control)

Gets or sets which edge of the parent container a control is docked to.

public propertyEnabled
(inherited from Control)

Gets or sets a value indicating whether the control can respond to user interaction.

public propertyFieldBottom

The distance, in inches or millimeters, from the top of the format to the bottom of the control.

public propertyFieldLeft

The distance, in inches or millimeters, from the left of the format to the left of the control.

public propertyFieldRight

The distance, in inches or millimeters, from the left of the format to the right of the control.

public propertyFieldTop

The distance, in inches or millimeters, from the top of the format to the top of the control.

public propertyFont
(inherited from Control)

Gets or sets the font of the text displayed by the control.

public propertyForecolor
(inherited from Control)

Gets or sets the foreground color of the control.

public propertyLocation
(inherited from Control)

Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

public property Name
(inherited from Control)

Gets or sets the name of the control.

OutFormat

Gets or sets the format for the printed field.

PageNumber

Gets or sets the page number of the page currently being printed.

PageTotal

Gets or sets the total number of pages to be printed for the print file.

public propertyPrintCondition

Gets or sets the logic statement with indicator values that will allow the control to print only when the statement evaluates as true.

ProcessStamp

Gets or sets the report's processing system date and time for the print file.

ReportStamp

Gets or sets the report's system date and time for the print file.

public propertyRightToLeft
(inherited from Control)

Gets or sets a value indicating whether a control's elements are aligned to support locales using right-to-left fonts.

public propertySize
(inherited from Control)

Gets or sets the height and width of the control in pixels.

public property TabIndex
(inherited from Control)

Gets or sets the tab order of the control within its container.

public property TabStop
(inherited from Panel)

Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.

public property Text
(inherited from Panel)

Gets or sets the text associated with this control.  See Control.Text.

public propertyUnderline
(inherited from BaseField)

Gets or sets a boolean value specifying whether the field output is underlined. The default is False.

public propertyValueType

Gets or sets the ValueType enumeration value that indicates the content value the control will contain.

public propertyVisible
(inherited from Control)

Gets or sets a value indicating whether the control is visible or hidden. The default is True.

See Also

AutoField Class | Setting AutoField Properties | Alignment Enumeration | Control.Text Property | ValueType Enumeration