FastReport ASP.Net

PradyumnaPradyumna Bangalore,INDIA
edited 5:43AM in FastReport .NET
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

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.