StatusReport(String, String, Boolean, Boolean, Boolean, Boolean, String, Single, Boolean, DateTime, Boolean, PrintQueue) Constructor

Initializes a new instance of the StatusReport class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public StatusReport(
	string startBld,
	string endBld,
	bool chargeSummary,
	bool collectedFrom,
	bool condensePrint,
	bool boldPrint,
	string fontname,
	float fontsize,
	bool targetPrinter,
	DateTime curDate,
	bool GrandTotals,
	PrintQueue queue = null
)

Parameters

startBld  String
 
endBld  String
 
chargeSummary  Boolean
 
collectedFrom  Boolean
 
condensePrint  Boolean
 
boldPrint  Boolean
 
fontname  String
 
fontsize  Single
 
targetPrinter  Boolean
 
curDate  DateTime
 
GrandTotals  Boolean
 
queue  PrintQueue  (Optional)
 

See Also