TCustomdxComponentPrinter.GetNewLinkName(TBasedxReportLink) Method
Returns the name of a new link, namely the TBasedxReportLink object.
Declaration
class function GetNewLinkName(AReportLink: TBasedxReportLink): string;
Parameters
Name | Type |
---|---|
AReportLink | TBasedxReportLink |
Returns
Type |
---|
string |
Remarks
This method specifies the name of a new link. This name consists of the TdxComponentPrinter object name +”Link”+ the number of the link.
See Also