Gets a value indicating whether blank cells will be preserved.

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

Syntax

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

See Also