Back to Devexpress

TCustomdxComponentPrinter.IsLinkInComposition(TBasedxReportLink,TdxCompositionReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-islinkincomposition-x28-dxpscore-dot-tbasedxreportlink-dxpscore-dot-tdxcompositionreportlink-x29.md

latest1.2 KB
Original Source

TCustomdxComponentPrinter.IsLinkInComposition(TBasedxReportLink,TdxCompositionReportLink) Method

Determines whether a specified report link belongs to a certain composition report link.

Declaration

delphi
function IsLinkInComposition(AReportLink: TBasedxReportLink; AComposition: TdxCompositionReportLink): Boolean;

Parameters

NameType
AReportLinkTBasedxReportLink
ACompositionTdxCompositionReportLink

Returns

Type
Boolean

Remarks

Call the IsLinkInComposition method to ascertain whether the report link specified via the AReportLink parameter belongs to the composition report link specified via the AComposition parameter.

See Also

TCustomdxComponentPrinter.IsLinkInCurrentComposition

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit