Share via


ReportRun.driverName Method

Returns the printer driver name.

Syntax

display str driverName()

Run On

Called

Return Value

Type: str
The printer driver name.

Remarks

The method often returns the string "winspool". This is the printer driver name that is used when the printer device context is created.If no printers have been set up on the computer, the string "Screen" is returned.

See Also

ReportRun Class

ReportRun.printerDriverName Method