Gets the property which indicates if it is possible to switch to the previous 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 CanGoToPrevPage { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property CanGoToPrevPage As Boolean |
| Visual C++ |
|---|
public:
virtual property bool CanGoToPrevPage {
bool get () abstract;
} |
Field Value
true if it is possible to switch to the previous page; otherwise,
false.
See Also