Page 2 of 2

Re: WebViewerFx problem

Posted: Sat Jun 25, 2016 5:07 pm
by ecpmiranda
Look at this!

When I load a XML file as datasource using Designer, interactive sorting works fine!
When I use codebehind below, interactive sorting is not working.
Remember that mobile and webviewers renders ok, bit Fx is not rendering when interactive sorting is enabled.

Code: Select all

                StiReport report = new StiReport();
                report.Load(this.Server.MapPath("~/Reports/report.mrt"));

                DataSet data = new DataSet();
                data.ReadXml(@"C:\data\dataFile.xml");

                report.RegData(data);
                StiWebViewerFx1.Report = report;

Re: WebViewerFx problem

Posted: Mon Jun 27, 2016 5:54 pm
by ecpmiranda
I installed pre-release 2016.17.0 and now WebViewer works fine!
I tested using Chrome and IE.
MobileViewer renders report ok, but interactive sorting is not enabling on browser.
FxViewer is not rendering report with interactive sorting enabled, it only shows a blank page.

Re: WebViewerFx problem

Posted: Tue Jun 28, 2016 6:52 am
by Alex K.
Hello,

We have made additional investigating the issue.
There are some problems with your report in FxViewer. We need some additional time for check the issue.

Thank you.

Re: WebViewerFx problem

Posted: Tue Jun 28, 2016 7:31 am
by Alex K.
Hello,

The issue is fixed.
The fix will be available in the next build in this week.

Thank you.