Skip to main content

TdxPSExplorerItem.ReportDocument Property

Provides access to the report document’s settings.

Declaration

property ReportDocument: TdxPSReportDocument read;

Property Value

Type
TdxPSReportDocument

Remarks

New report items can be created using the explorer component’s CreateNewItem method. The item is created based upon the data provided by the report link specified as the parameter. The newly created item’s ReportDocument property is initialized with the corresponding report link’s ReportDocument property value. Note that the report document’s properties are copied so that changing a report item’s ReportDocument property settings will not affect the corresponding report link’s ReportDocument property.

The TdxPSReportDocument object available via the ReportDocument property enables you to specify the report’s creator, creation date, caption and description.

See Also