TdxSpreadSheetReportDesignerDataField Class
Declaration
TdxSpreadSheetReportDesignerDataField = class(
TPersistent
)
Remarks
This class provides the following properties that allow you to:
Specify the stored dataset field’s name (FieldName);
Identify the data controller to which the field belongs and the field’s zero-based index (DataController and Index);
Specify the sort order for sorting operations against this dataset field (SortOrder);
Specify if the dataset field is available to end-users via the Field Chooser (Visible).
A TdxSpreadSheetReportDesignerDataField object is referenced by the AddField function and the Fields property declared in the TdxSpreadSheetReportDataController class.
Inheritance
TObject
TPersistent
TdxSpreadSheetReportDesignerDataField
See Also