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

TdxCompositionReportLink.ReportDocument Property

Provides access to the composition report document settings.

#Declaration

Delphi
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