Back to Devexpress

TCustomdxComponentPrinter.CurrentCompositionByLink(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-currentcompositionbylink-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest1.1 KB
Original Source

TCustomdxComponentPrinter.CurrentCompositionByLink(TBasedxReportLink) Method

Returns a composition report link according to a specific report link.

Declaration

delphi
function CurrentCompositionByLink(AReportLink: TBasedxReportLink): TdxCompositionReportLink;

Parameters

NameType
AReportLinkTBasedxReportLink

Returns

Type
TdxCompositionReportLink

Remarks

Call the CurrentCompositionByLink method to obtain the composition report link to which the report link specified via the AReportLInk parameter belongs. This method returns the composition report link if it is the current one. If these conditions are not met, nil is returned.

See Also

TCustomdxComponentPrinter.GetCompositionsByLink

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit