Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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