SelectChargeReport(String, String, String, Boolean, Int32, PrintQueue) Constructor

Initializes a new instance of the SelectChargeReport class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public SelectChargeReport(
	string startBld,
	string endBld,
	string chargeCode,
	bool skipPage,
	int target,
	PrintQueue printer
)

Parameters

startBld  String
 
endBld  String
 
chargeCode  String
 
skipPage  Boolean
 
target  Int32
 
printer  PrintQueue
 

See Also