SalesOrderReport..::..MinRange Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.PrintGroup.SalesOrderReports
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public decimal MinRange { get; set; }
Public Property MinRange As Decimal
	Get
	Set
public:
property Decimal^ MinRange {
	Decimal^ get ();
	void set (Decimal^ value);
}