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

In This Topic
    SortOnServer Property (PivotEngineTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotEngine.SortOnServer. Sets a value that indicates whether the summary data received from the server is already sorted.
    Syntax
    'Declaration
     
    Public Property SortOnServer As Boolean
    public bool SortOnServer {get; set;}
    See Also