adding image fast report .net web

edited May 2013 in FastReport .NET
i am addding image on my report.i put textboxes and fill this boxes from parameters in code

my codes are here

protected void Button1_Click(object sender, EventArgs e)
{

Report report = new Report();
report.Load(Server.MapPath("fatura.frx"));
report.SetParameterValue("Param1", TextBox1.Text);
WebReport1.Report = report;






}

but when i start my code image is shifting and copy itself like that

dddfw.png

and textboxes are not correct places...

how can i fix this..



i used this before



using (Report report = new Report())
{

report.Load(Server.MapPath("fatura.frx"));
WebReport1.Report.SetParameterValue("Param1", TextBox1.Text);
report.Show();
}


but it gives JIT error ...but report was ok..

Comments

  • edited 11:20AM
    Hai Bahadir,

    Do you worked with WebReport and Dialog Form of FastReport??
    Can you please tell me how to connect this on Report Runtime??

    Thanks in Advance
    Suvarnni

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.