JournalReportsTableload(String, Int32, Int32, DateTime, DateTime, Boolean, Boolean) Method

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static JournalReportsTable[] load(
	string JournalName,
	int Company,
	int Department,
	DateTime StartDate,
	DateTime EndDate,
	bool Consolidated,
	bool SourceSearch
)

Parameters

JournalName  String
 
Company  Int32
 
Department  Int32
 
StartDate  DateTime
 
EndDate  DateTime
 
Consolidated  Boolean
 
SourceSearch  Boolean
 

Return Value

JournalReportsTable

See Also