TCustomdxComponentPrinter.IsLinkInComposition(TBasedxReportLink,TdxCompositionReportLink) Method
In This Article
Determines whether a specified report link belongs to a certain composition report link.
#Declaration
Delphi
function IsLinkInComposition(AReportLink: TBasedxReportLink; AComposition: TdxCompositionReportLink): Boolean;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
AComposition | Tdx |
#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