Share via


ReportRun.driverName Method

Definition

Returns the printer driver name.

public:
 virtual System::String ^ driverName();
public virtual string driverName ();
abstract member driverName : unit -> string
override this.driverName : unit -> string
Public Overridable Function driverName () As String

Returns

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.

Applies to