Gets the property which defines possibility of switching backward through display state history.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool CanBackward { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property CanBackward As Boolean |
Visual C++ |
---|
public:
property bool CanBackward {
bool get ();
} |
Field Value
true if it is possible to switch backward through display state history; otherwise,
false.
See Also