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