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 10:50AM
    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

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.