Skip to main content

TdxPSReportDocument.ReportLink Property

Returns the associated report link.

Declaration

property ReportLink: TBasedxReportLink read;

Property Value

Type
TBasedxReportLink

Remarks

The ReportLink property has a slightly different meaning depending on how the current TdxPSReportDocument instance is used. The following two cases can take place:

  • The current instance represents a report link’s ReportDocument property. In this case, the ReportLink property returns that report link.

  • The current instance represents a report item’s ReportDocument property. In this case, the ReportLink property returns the report link whose data is used by the report item.

Note that the constructor initializes the value of the ReportLink property. The constructor in turn, is called automatically when initializing report links and report items.

See Also