ReportRun.printerFontInfo Method

Definition

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.

Applies to