Gets a number of the last page.

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

Syntax

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

See Also