Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.GetPrintTitle(TBasedxReportLink) Method

Returns the name of a print job.

#Declaration

Delphi
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