Fast Report ASP.Net
Pradyumna
Bangalore,INDIA
Hi,.
I have added the Webreport control to ASP page ver 2013.1.9, 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 am NOT able to view the Report component in IE browser in runtime. In design, it shows in preview correctly.
DO I need to any another component/DLL to Application other than WebReport component!!!!!!!!
Has anybody used in Fast Report in Web application,does it really work.
Help in need from people who has used the latest version of Fast report in Web application with code sample and step by step procedure.
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
Comments
" border="0" alt="mad.gif" />" alt=">" />