Gets a specified index of page.

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

Syntax

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

See Also