Gets and sets whether the band should be rendered on a new page.

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

Syntax

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

See Also