Fast Report ASP.Net

PradyumnaPradyumna Bangalore,INDIA
edited 5:14AM in FastReport .NET

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

  • I'm also having the same problem and can not solve, already downloaded all the versions changed the dlls and nothing stays the same gauge without opening the report

    :angry:" border="0" alt="mad.gif" />" alt=">" />
    Pradyumna wrote: »
    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

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.