Gets and sets whether the current column is empty.

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

Syntax

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

See Also