Back to Devexpress

TCustomdxComponentPrinter.GetPrintTitle(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-getprinttitle-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest1.1 KB
Original Source

TCustomdxComponentPrinter.GetPrintTitle(TBasedxReportLink) Method

Returns the name of a print job.

Declaration

delphi
function GetPrintTitle(AReportLink: TBasedxReportLink): string; dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink

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

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit