TCustomdxComponentPrinter.LinkByName(string) Method
Returns a report link by its name.
Declaration
function LinkByName(const AName: string): TBasedxReportLink;
Parameters
| Name | Type |
|---|---|
| AName | string |
Returns
| Type |
|---|
| TBasedxReportLink |
Remarks
This function returns the TBasedxReportLink object whose Name property value is passed as the AName parameter.
See Also