Hello,
We have created one report in telerik reporting and provided facility to export report in PDF and Excel format.
Used Code :
byte[] buffer = Telerik.Reporting.Processing.ReportProcessor.Render(chkPDF.Checked ? "PDF" : "XLS", form, null, out mimType, out extension, out encoding);
PDF file and Excel file display data. But Excel file giving an error
File Error. Some number formats may have been lost
See screen shot of error.
We have created one report in telerik reporting and provided facility to export report in PDF and Excel format.
Used Code :
byte[] buffer = Telerik.Reporting.Processing.ReportProcessor.Render(chkPDF.Checked ? "PDF" : "XLS", form, null, out mimType, out extension, out encoding);
PDF file and Excel file display data. But Excel file giving an error
File Error. Some number formats may have been lost
See screen shot of error.