Checks if the current page is the first 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 bool IsFirstPage()
Visual Basic
Public Function IsFirstPage As Boolean
Visual C++
public:
bool IsFirstPage()

Return Value

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

See Also