Gets and sets whether the Page Navigation buttons should be visible.

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

Syntax

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

See Also