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
StiWebViewerFx is not working with UpdatePanel
Hello,
Unfortunately, at this moment WebViewerFx not compatible with UpdatePanel.
Thank you.
Unfortunately, at this moment WebViewerFx not compatible with UpdatePanel.
Thank you.
-
- Posts: 7
- Joined: Wed Jun 02, 2010 8:31 am
- Location: CzechRepublic
StiWebViewerFx is not working with UpdatePanel
Hello,
Can I show web designer inside master page, not in separate window?
Can I show web designer inside master page, not in separate window?
StiWebViewerFx is not working with UpdatePanel
Hello, Igor
Yes. To place report designer not on the full screen, you can use iframe.
Thank you.
Yes. To place report designer not on the full screen, you can use iframe.
Thank you.
- Attachments
-
- 439.SampleProject.zip
- (7.76 KiB) Downloaded 264 times