Checks if the current page is the last one.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsLastPage()
Visual Basic
Public Function IsLastPage As Boolean
Visual C++
public:
bool IsLastPage()

Return Value

True - if the current page is the last one. False - if the current page is not the last one.

See Also