Skip to main content

TdxPSReportCompositionDocument.ReportLink Property

Returns the associated report link.

Declaration

property ReportLink: TdxCompositionReportLink read;

Property Value

Type
TdxCompositionReportLink

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 composition 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 composition report links and report items.

See Also