Gets and sets whether the Forward and Backward toolbuttons should be visible.

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public bool ShowNavigator { get; set; }
Visual Basic (Declaration)
Public Property ShowNavigator As Boolean
Visual C++
public:
property bool ShowNavigator {
	bool get ();
	void set (bool value);
}

See Also