TCustomdxComponentPrinter.AssignReportLinks(TCustomdxComponentPrinter) Method
In This Article
Copies report links.
#Declaration
Delphi
procedure AssignReportLinks(Source: TCustomdxComponentPrinter);
#Parameters
Name | Type |
---|---|
Source | TCustomdx |
#Remarks
The AssignReportLinks method deletes all report links and then copies all report links contained in the component printer specified by the Source parameter.
See Also