ComponentOne ASP.NET MVC Controls
ShowZeros Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : ShowZeros Method
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.ShowZeros. Sets a value that determines whether the Olap output table should use zeros to indicate the missing values.
Syntax
'Declaration
 
Public Function ShowZeros( _
   ByVal value As Boolean _
) As PivotEngineBuilder
public PivotEngineBuilder ShowZeros( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members