Gets or sets pages range.

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

Syntax

C#
public string PageRange { get; set; }
Visual Basic (Declaration)
Public Property PageRange As String
Visual C++
public:
property String^ PageRange {
	String^ get ();
	void set (String^ value);
}

See Also