Gets the page number.

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

Syntax

C#
public int PageNumber { get; }
Visual Basic (Declaration)
Public ReadOnly Property PageNumber As Integer
Visual C++
public:
property int PageNumber {
	int get ();
}

Field Value

The page number.

See Also