Page 1 of 1

StiWebViewerFx is not working with UpdatePanel

Posted: Wed Jun 02, 2010 6:09 am
by kulwinder
Why StiWebViewerFx is not working with UpdatePanel. Code is working if remove UpdatePanel. I don't have any other code on this page. I am using Stimulsoft Reports Designer.Web 2010.1 Trial version

ASPX Code:












Code Behind:

public partial class TestReport2 : System.Web.UI.Page {
protected void Page_Load(object sender, EventArgs e) {

}

protected void btnSummaryReport_Click(object sender, EventArgs e) {
DataSet ds= new DataSet("DataSet1");
ds.ReadXmlSchema(Server.MapPath("data.xsd"));
ds.ReadXml(Server.MapPath("data.xml"));


Reports.SampleListReport rep = new Reports.SampleListReport();
rep.RegData(ds);
StiWebViewerFx1.Report = rep;
}
}


Thanks
Kulwinder

StiWebViewerFx is not working with UpdatePanel

Posted: Wed Jun 02, 2010 8:58 am
by Vladimir
Hello,

Unfortunately, at this moment WebViewerFx not compatible with UpdatePanel.

Thank you.

StiWebViewerFx is not working with UpdatePanel

Posted: Wed Jun 02, 2010 9:01 am
by Igor Gusak
Hello,
Can I show web designer inside master page, not in separate window?

StiWebViewerFx is not working with UpdatePanel

Posted: Thu Jun 03, 2010 12:17 am
by Vladimir
Hello, Igor

Yes. To place report designer not on the full screen, you can use iframe.

Thank you.