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

In This Topic
    ShowColumnTotals Property
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotEngine.ShowColumnTotals. Sets a value that determines whether the output data should include columns containing subtotals or grand totals.
    Syntax
    'Declaration
     
    Public Property ShowColumnTotals As ShowTotals
    public ShowTotals ShowColumnTotals {get; set;}
    See Also