Share via


ReportRun.title Method

Gets or sets the print job description.

Syntax

display str title([str title])

Run On

Called

Parameters

  • title
    Type: str
    The new printJobDescription value; optional.

Return Value

Type: str
A string that contains the job description.

Remarks

If reports are written to the printArchive object, the print job description is stored in the jobDescription field of the printJobHeader table. If the report is previewed, the print job description is used as the caption.This method is not called by the kernel during the execution of a report. Therefore overriding the method will have no effect.

See Also

ReportRun Class

ReportRun.caption Method