TCustomdxComponentPrinter.GetPrintTitle(TBasedxReportLink) Method
Returns the name of a print job.
Declaration
function GetPrintTitle(AReportLink: TBasedxReportLink): string; dynamic;
Parameters
| Name | Type |
|---|---|
| AReportLink | TBasedxReportLink |
Returns
| Type |
|---|
| string |
Remarks
The GetPrintTitle method returns the name of a print job. Users can view this name in the print queue. This method generates the OnGetPrintTitle event. If the OnGetPrintTitle event handler is not implemented, the GetPrintTitle function returns the name, specified by the PrintTitle property of the active link.
See Also