PrintReportSelection..::..NumberOfCopies Property

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

Syntax


public int NumberOfCopies { get; set; }
Public Property NumberOfCopies As Integer
	Get
	Set
public:
property int^ NumberOfCopies {
	int^ get ();
	void set (int^ value);
}