TCustomdxComponentPrinter.GetCompositionsByLink(TBasedxReportLink,TList) Method
Returns a list of composition report links.
Declaration
procedure GetCompositionsByLink(AReportLink: TBasedxReportLink; ACompositions: TList);
Parameters
| Name | Type |
|---|---|
| AReportLink | TBasedxReportLink |
| ACompositions | TList |
Remarks
Call the GetCompositionsByLink method to obtain the list of all composition report links to which the report link specified via the AReportLInk parameter belongs.
See Also