SalesOrder..::..SalesOrderReports Property

Gets or sets the sales order reports.

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

Syntax


public SalesOrderReportCollection SalesOrderReports { get; set; }
Public Property SalesOrderReports As SalesOrderReportCollection
	Get
	Set
public:
property SalesOrderReportCollection^ SalesOrderReports {
	SalesOrderReportCollection^ get ();
	void set (SalesOrderReportCollection^ value);
}

Field Value

The sales order reports.