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