Gets and sets whether the band content should be repeated at the beginning of every column.

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

Syntax

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

See Also