DevExpress v24.2 Update — Your Feedback Matters Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release. Take the survey Not interested cxExportPivotGridLink Unit Implements global procedures that allow you to export pivot grid data in different formats. #Methods Name Description 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.