Gets or sets a page number.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.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);
}

See Also