SalesOrder..::..Print Method
Prints the specified report collection.
Namespace:
JiwaFinancials.Jiwa.JiwaSales.SalesOrderAssembly: JiwaSales (in JiwaSales.dll)
Syntax
public void Print( JiwaCollection<SalesOrderReport> ReportCollection, bool SupressPrintForPrintToScreen )
Public Sub Print ( _ ReportCollection As JiwaCollection(Of SalesOrderReport), _ SupressPrintForPrintToScreen As Boolean _ )
public: void Print( JiwaCollection<SalesOrderReport^>^ ReportCollection, bool^ SupressPrintForPrintToScreen )
Parameters
- ReportCollection
- Type: JiwaFinancials.Jiwa.JiwaApplication..::..JiwaCollection<(Of <(<'SalesOrderReport>)>)>
The report collection.
- SupressPrintForPrintToScreen
- Type: Boolean
if set to true [supress print for print to screen].
Exceptions
Exception | Condition |
---|---|
Exception | Cannot print a sales order until changes have been saved. or You do not have sufficient priveleges to re-print an invoice. |