ReportRun.driverName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.