SalesOrder..::..OnPrintedMany Method

Called when [printed many].

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public void OnPrintedMany(
	JiwaCollection<SalesOrderReport> ReportCollection
)
Public Sub OnPrintedMany ( _
	ReportCollection As JiwaCollection(Of SalesOrderReport) _
)
public:
void OnPrintedMany(
	JiwaCollection<SalesOrderReport^>^ ReportCollection
)

Parameters

ReportCollection
Type: JiwaFinancials.Jiwa.JiwaApplication..::..JiwaCollection<(Of <(<'SalesOrderReport>)>)>
The report collection.