magritton
6/9/2014 - 6:24 PM

C# code to export the pivot grid. make sure you set the auto post back to false

C# code to export the pivot grid. make sure you set the auto post back to false

protected void cmdExportToExcel_Click(object sender, EventArgs e)
        {
            pvGridExport.ExportXlsxToResponse("OPW Sales Monthly Distributor");
        }