WebViewerFx problem

Stimulsoft Reports.WEB discussion
ecpmiranda
Posts: 52
Joined: Sun Jun 05, 2016 9:35 pm

Re: WebViewerFx problem

Post 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;
ecpmiranda
Posts: 52
Joined: Sun Jun 05, 2016 9:35 pm

Re: WebViewerFx problem

Post 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.
Attachments
is.jpg
is.jpg (130.66 KiB) Viewed 1547 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: WebViewerFx problem

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: WebViewerFx problem

Post by Alex K. »

Hello,

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

Thank you.
Attachments
Capture.PNG
Capture.PNG (72.83 KiB) Viewed 1543 times
Post Reply