Skip to main content

TdxCompositionReportLink.ReportDocument Property

Provides access to the composition report document settings.

Declaration

property ReportDocument: TdxPSReportCompositionDocument read; write;

Property Value

Type
TdxPSReportCompositionDocument

Remarks

Use the ReportDocument property to access the composition report document settings. These settings include the report’s caption, description, creator’s name and the creation date, which are passed to report items created using a report link’s data. Thus, end-users will be able to view this information when using the TdxPSFileBasedExplorer and TdxPSDBBasedExplorer components. The information will be displayed in item hints and their property sheets.

Note that you can also use a composition report link’s ReportDocument property to obtain a graphical representation of the report document. Use the report document’s Preview property for this purpose.

See Also