Gets and sets whether the currently rendered page is empty.

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

Syntax

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

See Also