Checks if the current page is the last one.

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

Syntax

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

Return Value

True if the current page is the last one otherwise - false.

See Also