Gets or sets value indicating whether a new page 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 NewPageAfter { get; set; }
Visual Basic (Declaration)
Public Property NewPageAfter As Boolean
Visual C++
public:
property bool NewPageAfter {
	bool get ();
	void set (bool value);
}

See Also