[Missing <summary> documentation for P:PerpetuumSoft.Reporting.DOM.Olap.PivotTable.ShowZeroValues]

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

Syntax

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

See Also