LeaseExpirationReport(String, String, NullableDateTime, NullableDateTime, NullableDateTime, Int32, PrintQueue) Constructor

Initializes a new instance of the LeaseExpirationReport class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public LeaseExpirationReport(
	string startBld,
	string endBld,
	DateTime? fromDate,
	DateTime? toDate,
	DateTime? rptDate,
	int target,
	PrintQueue printer = null
)

Parameters

startBld  String
 
endBld  String
 
fromDate  NullableDateTime
 
toDate  NullableDateTime
 
rptDate  NullableDateTime
 
target  Int32
 
printer  PrintQueue  (Optional)
 

See Also