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

TdxPSReportDocument Class

Contains information about a report document.

#Declaration

Delphi
TdxPSReportDocument = class(
    TPersistent
)

#Remarks

Members of the TdxPSReportDocument class allow you to provide general information about a report document. This information includes the report name, description, creator’s name and creation date.

TdxPSReportDocument objects are available via the ReportDocument property of report links and the ReportDocument property of explorer items. Thus, you can adjust a report link’s document settings, which will then be copied to all 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, TdxPSReportDocument members provide information for the dialogs of property sheets that can be displayed for report items. When using a 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
See Also