Gets the property which defines possibility of switching backward through display state history.

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 bool CanBackward { get; }
Visual Basic (Declaration)
Public ReadOnly Property CanBackward As Boolean
Visual C++
public:
property bool CanBackward {
	bool get ();
}

See Also