Back to Devexpress

cxExportPivotGridLink Unit

vcl-cxexportpivotgridlink.md

latest2.6 KB
Original Source

cxExportPivotGridLink Unit

Implements global procedures that allow you to export pivot grid data in different formats.

Methods

NameDescription
cxExportPivotGridDataToExcel(string,TcxCustomPivotGrid,TObject,Boolean,Boolean,Boolean,Boolean)Exports unformatted data from a pivot grid to a file in XLS or XLSX format.
cxExportPivotGridToCSV(string,TcxCustomPivotGrid,Boolean,Char,string,TObject,TEncoding)Exports content of a pivot grid to a file in CSV (comma-separated values) format.
cxExportPivotGridToExcel(string,TcxCustomPivotGrid,Boolean,Boolean,string,TObject)Exports content of a pivot grid to a file in Microsoft Excel® binary format (XLS).
cxExportPivotGridToFile(string,TcxCustomPivotGrid,Integer,Boolean,Boolean,string[],string,TObject,TEncoding)Exports content of a pivot grid to a file in a specified format.
cxExportPivotGridToHTML(string,TcxCustomPivotGrid,Boolean,string,TObject)Exports content of a pivot grid to a file in HTML format.
cxExportPivotGridToText(string,TcxCustomPivotGrid,Boolean,string,string,string,string,TObject,TEncoding)Exports content of a pivot grid to a file in plain text format.
cxExportPivotGridToText(string,TcxCustomPivotGrid,Boolean,string,TObject,TEncoding)Exports content of a pivot grid to a file in plain text format.
cxExportPivotGridToXLSX(string,TcxCustomPivotGrid,Boolean,Boolean,string,TObject)Exports content of a pivot grid to a file in Office Open XML spreadsheet format (XLSX).
cxExportPivotGridToXML(string,TcxCustomPivotGrid,Boolean,string,TObject)Exports content of a pivot grid to a file in XML format.