Gets and sets whether the control's rendered size should be extended to the bottom of the parent band regardless of the control's size in the template.

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

Syntax

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

See Also