Reputation: 1154
I know that this question is asked zillion of times, but none of the solutions helped me.
I've followed this instructions:
http://www.macaalay.com/2014/01/23/show-ssrs-reports-properly-in-chrome-and-safari/
I can see rdl
files, and can run them in Chrome,
but result is not visible. When I set OverFlow
to Visible
in Chrome HTML (F12
), report results magically appear.
When I try to append code part to js
file in SSRS
server, nothing changes (Chrome still doesn't show up).
Report runs correctly in IE, I've even restarted service and I'm using correct ctl id
What am I doing wrong according to that article?
Upvotes: 1
Views: 1123
Reputation: 261
Simply go to your Chrome browser's setting page --> Extensions --> Get more extensions, then search for "SSRS". You'll find several SSRS Fix. Try and see which one works for your machine.
Upvotes: 0
Reputation: 2318
You have to add below extension for chrome browser then it will work perfectly no need to change your JS and HTML code:
SSRS Report Display Problem On Chrome Browser
Upvotes: 0
Reputation: 19184
If you have edited your ReportingServices.js
file but no change is observed, it might be that the old .js
file is cached. Press CTRL-F5 to force a full refresh.
You can also observe the .js
file actually being used as per my earlier comments
Upvotes: 2