Exemplo n.º 1
0
 private void ExportToExcel(string rpcd, List <ColumnInfo> lstParameters)
 {
     LoadData(rpcd, lstParameters);
     UtilExcel.ExportToExcelDataOnly(Response, this.GridView1, this.GetType().Name);
 }
Exemplo n.º 2
0
 private void ExportToExcel(string hccd)
 {
     LoadData(hccd);
     UtilExcel.ExportToExcelDataOnly(Response, this.GridView1, this.GetType().Name);
 }