Skip to main content

TdxPSReportDocument Class

Contains information about a report document.

Declaration

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