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

TBasedxReportLink.ReportDocument Property

Provides access to the report document settings.

#Declaration

Delphi
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