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

TdxPSReportCompositionDocument Class

Contains information about a composition report document.

#Declaration

Delphi
TdxPSReportCompositionDocument = class(
    TdxPSReportDocument
)

#Remarks

Members of the TdxPSReportCompositionDocument class allow you to provide general information about a report document. This information includes the report’s name, description, creator’s name and the creation date. The TdxPSReportCompositionDocument class doesn’t introduce any new behavior.

TdxPSReportCompositionDocument objects are accessible via the ReportDocument property of composition report links and the ReportDocument property of explorer items. Thus, a report link’s document settings can be adjusted and the changes will then be applied to all the explorer items created using that link’s data. Note also, that these settings are used to construct item hints when using the report explorer components TdxPSFileBasedExplorer and TdxPSDBBasedExplorer.

Finally, TdxPSReportCompositionDocument members provide information for the dialogs of property sheets that can be displayed for report items. When using the report explorer, you can invoke the dialog of a report item’s property sheets by right-clicking the item and choosing the context menu’s Properties… item.

#Inheritance

TObject
TPersistent
TdxPSReportDocument
TdxPSReportCompositionDocument
See Also