Gets or sets start 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 PageIndex { get; set; }
Visual Basic (Declaration)
Public Property PageIndex As Integer
Visual C++
public:
property int PageIndex {
	int get ();
	void set (int value);
}

Remarks

If the SearchResult is the search result, it determines the page index where the text is found.

See Also