Gets the property which defines possibility of switching forward 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 CanForward { get; }
Visual Basic (Declaration)
Public ReadOnly Property CanForward As Boolean
Visual C++
public:
property bool CanForward {
	bool get ();
}

See Also