ArrearsReport(String, String, Decimal, Int32, PrintQueue, Boolean) Constructor

Initializes a new instance of the ArrearsReport class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public ArrearsReport(
	string startBld,
	string endBld,
	decimal minimum,
	int target,
	PrintQueue printer = null,
	bool AddCharges = true
)

Parameters

startBld  String
 
endBld  String
 
minimum  Decimal
 
target  Int32
 
printer  PrintQueue  (Optional)
 
AddCharges  Boolean  (Optional)
 

See Also