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

Return Value

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

See Also