| Classes | Description |
|---|---|
AutoField control inherits BaseField and further defines a field that will be automatically updated. |
|
BaseField control inherits System.Windows.Forms.Control and is used as the base class for some of the Print Controls as noted. |
|
CharField control inherits BaseField and further defines a character field. |
|
DateTimeField control inherits BaseField and further defines a date and time field. |
|
DecField control inherits BaseField and further defines a decimal field. |
|
Label control inherits BaseField and further defines a label (text-only) field. |
|
Line control inherits System.Windows.Forms.Control and defines the characteristics for a graphic 'line'. |
|
Shape control inherits System.Windows.Forms.Control and defines the characteristics for a graphic 'shape'. |
| Enumeration | Description |
|---|---|
The Alignment enumerated constant defines values for the alignment of the data within a control. The default is Left. |
|
The DateTimeFormat enumerated constant defines values describing the format of a date timestamp field. The default is ISO. |
|
The DateTimeType enumerated constant defines values describing the type of a datetime field. The default is DateField. |
|
The FieldTypes enumerated constant defines values for the type of numeric data in a control. The default is BinaryField. |
|
The FillStyles enumerated constant provides options for indicating the type of pattern used to fill a shape. The default is Solid. |
|
The LineCaps enumerated constant specifies the type of graphic shape to use on the end of a line. The default is Round. |
|
The LineStyles enumerated constant defines values for the style of line. The default is Solid. |
|
The Orientations enumerated constant defines values to specify the orientation of a line. The default is Horizontal. |
|
The Shapes enumerated constant defines values for a graphic shape. The default is Rectangle. |
|
The Units enumerated constant defines values for the unit of measurement for the field control. |
|
The ValueType enumerated constant defines values for the type of AutoField. The default is PageNumber. |
ASNA.DataGate.PrintFileDesigner.Controls
Namespace |