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.  |