|
Rank: Newbie Groups: Member
Joined: 1/17/2015 Posts: 3
|
Hello, I'm trying to browse my report server folders but when I try to display a report the page doesn't output any data. The header of the page is correctly diplayed with the filters but when I click on "display report" no data appears. Obviously all works fine in IE or FireFox or even Chrome.
Is MSRSS supported by EO? thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Which product are you referring and how do you use it?
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 1/17/2015 Posts: 3
|
I'm using WebView in .NET to integrate a little browser into my application. All Works fine except when I try to browse the report server pages: the web view doesn't render some reports.
The same page loaded into any browser woks fine so it seems EO Webvie component is having some issue with Report Server. Can you help me?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, We use Google Chrome's browser engine so it should behave exactly the same as Google Chrome browser. However the current version of EO.WebBrowser is based on Chrome V33's source code, which are a few versions behind the current version (V39). So if possible, you can try to use Chrome V33 to verify your report to see if it works. We are also in the process of updating our engine to the current version, so you can also wait until that is done so that you can verify it. Another thing you want to check is whether your site requires any cookies or there is any JavaScript error. You can use the built-in remote debugger feature to see if there are any JavaScript error. See here for more instructions on how to use the remote debugger feature: http://www.essentialobjects.com/doc/6/advanced/remote_debug.aspxMake sure you change step 3 in the above instruction from "using regular Chrome browser" to our TabbedBrowser example. The reason is the remote debugging protocol has changed since V33 (the version of engine we use) and the V39 (the current version of chrome browser). So using our TabbedBrowser example as remote debug client would avoid such version mismatch. If you have trouble using it, you can also PM us the link and we will be very happy to take a look. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 1/17/2015 Posts: 3
|
Thanks for your support, I solved using this link: http://macaalay.com/2014/01/23/show-ssrs-reports-properly-in-chrome-and-safari/please share the knoweledge. thank you
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Great that you found out the solution. Thanks for sharing it with us and please feel free to let us know if you see any other problems.
|
|