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

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