ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotEngineTagHelper Class / ShowZeros Property

In This Topic
    ShowZeros Property
    In This Topic
    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 Property ShowZeros As Boolean
    public bool ShowZeros {get; set;}
    See Also