Skip to main content

TdxPSReportCompositionDocument Class

Contains information about a composition report document.

Declaration

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