ReportRun.printerFontInfo 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.
Indicates which font is used to print the report.
public:
virtual System::String ^ printerFontInfo();
public virtual string printerFontInfo ();
abstract member printerFontInfo : unit -> string
override this.printerFontInfo : unit -> string
Public Overridable Function printerFontInfo () As String
Returns
The name of the font.
Remarks
The font to use to print the report is not necessarily the same as that set on the font property of the control as that font might not be available on the user system.