TCustomdxComponentPrinter.GetNewLinkName(TBasedxReportLink) Method
In This Article
Returns the name of a new link, namely the TBasedxReportLink object.
#Declaration
Delphi
class function GetNewLinkName(AReportLink: TBasedxReportLink): string;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#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