Gets if designer need to show bounds for each report control.

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

Syntax

C#
public bool ShowBounds { get; }
Visual Basic (Declaration)
Public ReadOnly Property ShowBounds As Boolean
Visual C++
public:
property bool ShowBounds {
	bool get ();
}

See Also