Gets and sets if auto-layout mode is enabled.

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

Syntax

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

See Also