FastReport ASP.Net
Pradyumna
Bangalore,INDIA
Hi,.
I have added the Webreport control to ASP page ver 2013.1.4, I have created a Report also with Data source.
When I tried to view the Report in IE browser,mozilla firefox browser , it is showing blank page, as shown in the attachment.
Report is NOT shown IE browser both in DEMO version and also in Licensed version.
I have added following code also, it is NOT working,
SqlDataSource Data1 = GetDataSource("SELECT * from Supplier");
FastReport.Utils.Config.WebMode = true;
FastReport.Web.WebReport WebReport1 = new FastReport.Web.WebReport();
WebReport1.ReportFile = "Report1.frx";
FastReport.Export.Pdf.PDFExport ExpPdf = new
FastReport.Export.Pdf.PDFExport();
ExpPdf.OpenAfterExport = true;
ExpPdf.PrintOptimized = true;
WebReport1.Report.Prepare();
WebReport1.Report.Export(ExpPdf, "E:\\Rport1.Pdf");
Could you please let us know what the problem and sample web application code for the running the Fast report in the ASP.net application (build).
Regards
Prady
I have added the Webreport control to ASP page ver 2013.1.4, I have created a Report also with Data source.
When I tried to view the Report in IE browser,mozilla firefox browser , it is showing blank page, as shown in the attachment.
Report is NOT shown IE browser both in DEMO version and also in Licensed version.
I have added following code also, it is NOT working,
SqlDataSource Data1 = GetDataSource("SELECT * from Supplier");
FastReport.Utils.Config.WebMode = true;
FastReport.Web.WebReport WebReport1 = new FastReport.Web.WebReport();
WebReport1.ReportFile = "Report1.frx";
FastReport.Export.Pdf.PDFExport ExpPdf = new
FastReport.Export.Pdf.PDFExport();
ExpPdf.OpenAfterExport = true;
ExpPdf.PrintOptimized = true;
WebReport1.Report.Prepare();
WebReport1.Report.Export(ExpPdf, "E:\\Rport1.Pdf");
Could you please let us know what the problem and sample web application code for the running the Fast report in the ASP.net application (build).
Regards
Prady