Skip to main content

TCustomdxComponentPrinter.CurrentCompositionByLink(TBasedxReportLink) Method

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

Declaration

function CurrentCompositionByLink(AReportLink: TBasedxReportLink): TdxCompositionReportLink;

Parameters

Name Type
AReportLink TBasedxReportLink

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