Gets the property which defines possibility of switching forward 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 CanForward { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property CanForward As Boolean |
Visual C++ |
---|
public:
property bool CanForward {
bool get ();
} |
Field Value
true if it is possibile to switch forward through display state history; otherwise,
false.
See Also