SalesOrder..::..OnPrintingMany Method

Called when [printing many].

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

Syntax


public void OnPrintingMany(
	ref JiwaCollection<SalesOrderReport> ReportCollection
)
Public Sub OnPrintingMany ( _
	ByRef ReportCollection As JiwaCollection(Of SalesOrderReport) _
)
public:
void OnPrintingMany(
	JiwaCollection<SalesOrderReport^>^% ReportCollection
)

Parameters

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