Gets or sets whether the title line should be drawn for the current band object in design mode.

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

Syntax

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

See Also