Gets or sets value indicating whether a new column should be inserted after the band's content.

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

Syntax

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

See Also