I'm integrating SSRS reports(developed in VS 2008 vs. 9.0 ), and when I load it into the browser with Chrome, I get this:
There's no date-icon!
In Opera it shows, but doesn't work:
How do I figure out how to 1.) get it to work correct . 2) Make it visible in Chrome
I found a site talking about it( here ) , but it only hhas a dead-link ( http://www.rajbandi.net/ )
Is it just me or is this a complex issue to fix? Any tips appreciated
The supposedly dead link (rajbandi.net) was accessible at the time of writing this post; I'm putting its contents here for use if the link is down again:
Fixing SSRS Report Viewer control date picker in Google chrome
Author: Raj Bandi
April 3, 2012
https://rajbandi.net/2012/04/03/fixing-ssrs-report-viewer-control-date-picker-in-google-chrome/
SSRS Report Viewer control works well in IE6+ but has some known compatibility issues with other major browsers(Firefox, Chrome etc.) around date picker and print button.
For more information read this
http://msdn.microsoft.com/en-us/library/ms251673.aspx
I am presenting a simple solution to fix date picker issue in Chrome with a combination of some server side code and Client side JQuery script.
Server Side Code
1) Add the below code in the page/control file in which the reportviewer control resides
2) Add the below code in the code behind file of page/control in which the reportviewer control resides(.Net 2.0 version)
Client Side Code
1) Add the below script in the html head section
At least in Chrome, an option could be just to show the date excluding the time. This make more sense to the end user.
Removing current account/people and adding new account/people on chrome worked for me.
Maybe this post will be helpful for you? http://www.codeproject.com/Articles/504567/Print-button-Date-picker-in-SSRS-Reports-for-Non-I