Posts by Nilton Sequeira • 1 point
1 post
-
-1
votes2
answers440
viewsA: Export Reportviewer report to CSV
public override IEnumerable<ExcelExportInfo> ListExcelExportInfo() { if (this.ExportToExcel == null) { List<ExcelExportInfo> list = new List<ExcelExportInfo>();…