Gets and sets whether the bottom bar of the band should be displayed in the design mode.

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

Syntax

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

See Also