TCustomdxComponentPrinter.IndexOfLink(string) Method
Returns the zero-based index of a specified report link.
Declaration
function IndexOfLink(const AName: string): Integer; overload;
Parameters
| Name | Type |
|---|---|
| AName | string |
Returns
| Type |
|---|
| Integer |
Remarks
Call this function to obtain the zero-based index of the report link passed as the AReportLink parameter within the report link collection of the component printer.
See Also