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

In This Topic
    TotalsBeforeData Property
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotEngine.TotalsBeforeData. Sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns.
    Syntax
    'Declaration
     
    Public Property TotalsBeforeData As Boolean
    public bool TotalsBeforeData {get; set;}
    Remarks
    If this value is set to true, total rows appear above data rows and total columns appear on the left of regular data columns.
    See Also