TdxSpreadSheetReportDetails Class
A collection of links used for binding detail datasets to the Report Designer.
Declaration
TdxSpreadSheetReportDetails = class(
TcxComponentCollection
)
Remarks
This class provides the following members that allow you to:
Manage detail dataset links (Add, BeginUpdate, Clear, Delete, EndUpdate, Insert, Remove, Update);
Identify the detail dataset links count and access individual links by their zero-based indexes (Count, Items);
Identify a zero-based index of a specified detail dataset link within the collection (IndexOf);
Identify the Report Designer to which this detail dataset link collection belongs (Designer).
A TdxSpreadSheetReportDetails object is referenced by:
The Details property provided by the TdxSpreadSheetReportDetail class;
The Details property provided by the TdxSpreadSheetReportDataBinding class.
Inheritance
TObject
TPersistent
TcxComponentCollection
TdxSpreadSheetReportDetails
See Also