Back to Devexpress

TdxSpreadSheetReportDetails Class

vcl-dxspreadsheetreportdesigner-92073ad3.md

latest2.7 KB
Original Source

TdxSpreadSheetReportDetails Class

A collection of links used for binding detail datasets to the Report Designer.

Declaration

delphi
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:

Inheritance

TObject TPersistent TcxComponentCollection TdxSpreadSheetReportDetails

See Also

TdxSpreadSheetReportDetails Members

dxSpreadSheetReportDesigner Unit