Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.CurrentCompositionByLink(TBasedxReportLink) Method

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

#Declaration

Delphi
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