menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCsvExport - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCsvExport

    GridCsvExport exports the OlapGrid data to Excel document

    Inheritance
    System.Object
    GridCsvExport
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Grid.Olap.Converter
    Assembly: Syncfusion.OlapGridConverter.WPF.dll
    Syntax
    public class GridCsvExport

    Constructors

    GridCsvExport(PivotEngine)

    Initializes a new instance of the GridCsvExport class.

    Declaration
    public GridCsvExport(PivotEngine pivotEngine)
    Parameters
    Type Name Description
    PivotEngine pivotEngine

    The PivotEngine.

    GridCsvExport(OlapDataManager, Boolean)

    Initializes a new instance of the GridCsvExport class.

    Declaration
    public GridCsvExport(OlapDataManager dataManager, bool allowCompleteDataExport)
    Parameters
    Type Name Description
    OlapDataManager dataManager

    The olap data manager.

    System.Boolean allowCompleteDataExport

    Boolean value indicates to export complete data from cell set.

    Methods

    Export(String)

    Exports the specified file name.

    Declaration
    public void Export(string filename)
    Parameters
    Type Name Description
    System.String filename

    Name of the file.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved