Gets or sets if rulers should be displayed.

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

Syntax

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

See Also