MainForm..::..OnPrintingBatch Method

Namespace:  JiwaFinancials.Jiwa.JiwaDebtorStatementsUI
Assembly:  JiwaDebtorStatementsUI (in JiwaDebtorStatementsUI.dll)

Syntax


public void OnPrintingBatch(
	ReportDefinition ReportDefinition,
	ref List<Debtor> Debtors
)
Public Sub OnPrintingBatch ( _
	ReportDefinition As ReportDefinition, _
	ByRef Debtors As List(Of Debtor) _
)
public:
void OnPrintingBatch(
	ReportDefinition^ ReportDefinition, 
	List<Debtor^>^% Debtors
)

Parameters

ReportDefinition
Type: JiwaFinancials.Jiwa.JiwaApplication.PrintGroup.FormReports..::..ReportDefinition
Debtors
Type: List<(Of <(<'Debtor>)>)>%