Gets the property which indicates if it is possible to switch to the next page.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public abstract bool CanGoToNextPage { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property CanGoToNextPage As Boolean
Visual C++
public:
virtual property bool CanGoToNextPage {
	bool get () abstract;
}

See Also