TCustomdxComponentPrinter.ReportLink Property
Provides indexed access to report links that are created within the current component printer.
Declaration
property ReportLink[Index: Integer]: TBasedxReportLink read; write; default;
Property Value
Type |
---|
TBasedxReportLink |
Remarks
Use the LinkCount property to determine the number of report links accessible via the ReportLink property. To determine the position of a certain report link within this list, use the IndexOfLink or IndexOfLinkByName function.
To find a specific report link, use the LinkByName, FindLinkByComponent, or GetItems method.
See Also