Gets or sets maximum page number value

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public int Maximum { get; set; }
Visual Basic (Declaration)
Public Property Maximum As Integer
Visual C++
public:
property int Maximum {
	int get ();
	void set (int value);
}

See Also