Gets and sets whether the current band can grow in size during rendering to match a bigger size of its rendered content regardless of the band's size in the report template.

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

Syntax

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

See Also