Gets and sets whether the band content should be repeated at the top of every page.

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

Syntax

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

See Also