[]
Configurates ShowZeros. Sets a value that determines whether the Olap output table should use zeros to indicate the missing values.
public PivotEngineBuilder ShowZeros(bool value)
Public Function ShowZeros(value As Boolean) As PivotEngineBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| PivotEngineBuilder | Current builder. |