Skip to main content

TBasedxReportLink.ReportDocument Property

Provides access to the report document settings.

Declaration

property ReportDocument: TdxPSReportDocument read; write;

Property Value

Type
TdxPSReportDocument

Remarks

Use the ReportDocument property to access the report document settings. These settings include the report caption, description, creation date and creator name, 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 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