DataGate Print File Designer

ASNA.DataGate.PrintControls Namespace

Classes


Classes Description
AutoField AutoField control inherits BaseField and further defines a field that will be automatically updated.
BaseField BaseField control inherits System.Windows.Forms.Control and is used as the base class for some of the Print Controls as noted.
CharField CharField control inherits BaseField and further defines a character field.
DateTimeField DateTimeField control inherits BaseField and further defines a date and time field.
DecField DecField control inherits BaseField and further defines a decimal field.
Label Label control inherits BaseField and further defines a label (text-only) field.
Line Line control inherits System.Windows.Forms.Control and defines the characteristics for a graphic 'line'.
Shape Shape control inherits System.Windows.Forms.Control and defines the characteristics for a graphic 'shape'.

Enumerations


Enumeration Description
Alignment The Alignment enumerated constant defines values for the alignment of the data within a control. The default is Left.
DateTimeFormat The DateTimeFormat enumerated constant defines values describing the format of a date timestamp field. The default is ISO.
DateTimeType The DateTimeType enumerated constant defines values describing the type of a datetime field. The default is DateField.
FieldTypes The FieldTypes enumerated constant defines values for the type of numeric data in a control. The default is BinaryField.
FillStyles The FillStyles enumerated constant provides options for indicating the type of pattern used to fill a shape. The default is Solid.
LineCaps The LineCaps enumerated constant specifies the type of graphic shape to use on the end of a line. The default is Round.
LineStyles The LineStyles enumerated constant defines values for the style of line. The default is Solid.
Orientations The Orientations enumerated constant defines values to specify the orientation of a line. The default is Horizontal.
Shapes The Shapes enumerated constant defines values for a graphic shape. The default is Rectangle.
Units The Units enumerated constant defines values for the unit of measurement for the field control.
ValueType The ValueType enumerated constant defines values for the type of AutoField. The default is PageNumber.

See Also

ASNA.DataGate.PrintFileDesigner.Controls Namespace