Gets or sets end page index for search.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Remarks

If EndPageIndex property is not specify, it will be set to last page of report.

See Also