Gets or sets a value that determines whether the Olap output table should use zeros to indicate missing values.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public bool ShowZeros { get; set; }
Visual Basic
Public Property ShowZeros As Boolean
	Get
	Set

See Also