TCustomdxComponentPrinter.GetCompositionsByLink(TBasedxReportLink,TList) Method
In This Article
Returns a list of composition report links.
#Declaration
Delphi
procedure GetCompositionsByLink(AReportLink: TBasedxReportLink; ACompositions: TList);
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
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