TdxSpreadSheetReportSortedField Class
A stored dataset field whose values are used for sort operations.
Declaration
TdxSpreadSheetReportSortedField = class(
TCollectionItem
)
Remarks
This class provides the following properties that allow you to:
Specify the field name (FieldName);
Specify the required sort order or exclude the field from sorting operations (SortOrder);
Identify the collection to which the field belongs and its zero-based index (Collection and Index);
Identify the field’s unique ID (ID);
Specify the field name displayed in the Object Inspector (DisplayName).
The TdxSpreadSheetReportSortedField class implements the basic functionality required by the TdxSpreadSheetReportDataGroup class.
A TdxSpreadSheetReportSortedField object is referenced by the Items property provided by the TdxSpreadSheetReportSortedFields class.
Inheritance
TObject
TPersistent
TCollectionItem
TdxSpreadSheetReportSortedField
See Also