TCustomdxComponentPrinter.ReportLink Property
In This Article
Provides indexed access to report links that are created within the current component printer.
#Declaration
Delphi
property ReportLink[Index: Integer]: TBasedxReportLink read; write; default;
#Property Value
Type |
---|
TBasedx |
#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