Back to Devexpress

TdxCompositionLinkItem.ReportLink Property

vcl-dxpscore-dot-tdxcompositionlinkitem.md

latest1.3 KB
Original Source

TdxCompositionLinkItem.ReportLink Property

Identifies a report link for the link item object.

Declaration

delphi
property ReportLink: TBasedxReportLink read; write;

Property Value

Type
TBasedxReportLink

Remarks

The ReportLink property identifies a report link to include it in the composition report link specified by the TdxCompositionReportLink class. Only a “composable” report link can be assigned to the property.

Composable report links are those, which can be included in a composition report link (a TdxCompositionReportLink instance). TdxCompositionReportLink objects are non-composable: they cannot be included in another composition report link. All other report links derived from the TBasedxReportLink class are composable.

See Also

TdxCompositionLinkItems.IsLinkComposable

TdxCompositionLinkItem Class

TdxCompositionLinkItem Members

dxPSCore Unit