Gets the property which indicates if it is possible to switch to the next page.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.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;
} |
Field Value
true if it is possible to switch to the next page; otherwise,
false.
See Also