menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotUtils

    Show / Hide Table of Contents

    Class PivotUtils

    Inheritance
    System.Object
    PivotUtils
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public static class PivotUtils

    Methods

    AddReportItem(String, PivotReport)

    Declaration
    public static void AddReportItem(string args, PivotReport pivotReport)
    Parameters
    Type Name Description
    System.String args
    PivotReport pivotReport

    GenerateJSONData(PivotEngine)

    Declaration
    public static string GenerateJSONData(PivotEngine pivotEngine)
    Parameters
    Type Name Description
    Syncfusion.PivotAnalysis.Base.PivotEngine pivotEngine
    Returns
    Type Description
    System.String

    GetPivotReport(String)

    Declaration
    public static PivotReport GetPivotReport(string report)
    Parameters
    Type Name Description
    System.String report
    Returns
    Type Description
    PivotReport

    GetSerializedPivotReport(PivotReport, PropertyDescriptorCollection, String)

    Declaration
    public static string GetSerializedPivotReport(PivotReport pivotReport, PropertyDescriptorCollection itemProperties, string action)
    Parameters
    Type Name Description
    PivotReport pivotReport
    System.ComponentModel.PropertyDescriptorCollection itemProperties
    System.String action
    Returns
    Type Description
    System.String

    GetSortColumnIndex(PivotEngine, Object)

    Declaration
    public static int GetSortColumnIndex(PivotEngine pivotEngine, dynamic valueSorting)
    Parameters
    Type Name Description
    Syncfusion.PivotAnalysis.Base.PivotEngine pivotEngine
    System.Object valueSorting
    Returns
    Type Description
    System.Int32

    RemoveReportItem(String, PivotReport)

    Declaration
    public static object RemoveReportItem(string fieldName, PivotReport pivotReport)
    Parameters
    Type Name Description
    System.String fieldName
    PivotReport pivotReport
    Returns
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved