Report(String, String, Single, Single) Constructor

Constructor

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Report(
	string title,
	string fontName,
	float fontSize,
	float pageWidth = 0f
)

Parameters

title  String
Report display title
fontName  String
String literal name of base system font
fontSize  Single
Size of base font in points
pageWidth  Single  (Optional)
 

See Also