Using FastReport fail.

Dear Sir:

When i use FastReport .NET in asp.net,
i add
protected void ReportViewer1_Load(object sender, EventArgs e)
{
(sender as WebReport).Report.Load(this.Server.MapPath("~/App_Dat/report.FRX");
}

i want to add [ Using FastReport ] ,
but it was fail.

How to fix it?

Thank you.

Comments

  • edited 1:52AM
    Hi~

    I find i can't using in my web project
    using FastReport;
    using FastReport.Utils;
    using FastReport.Web;

    how can i do ?

    Thank you.

Leave a Comment