I am using SSRS for reports in asp.net application. SSRS Datepicker control is not showing in Chrome and safari. It is just displaying the textbox.
Asked
Active
Viewed 1.1k times
7
-
Good question. Not sure you'll get much... :( – glh Feb 04 '13 at 11:57
-
http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/a96537e3-0945-4046-816b-5eb0d8875dd3/ – glh Feb 04 '13 at 12:06
4 Answers
2
You'll have to use I.E.
I always use a default value so the user knows how to imput the date correctly

James Perrett
- 76
- 4
0
I'm sorry to hear this. There will be limited you can do apart from work arounds as this is meant for Microsoft. :(
Mine is forget the date parameter type and use a free text field. In no way is this ideal!
Or use Internet Explorer.

AGuyCalledGerald
- 7,882
- 17
- 73
- 120

glh
- 4,900
- 3
- 23
- 40
0
I use the ietab chrome extension whenever I access reporting services reports. It works beautifully with reporting services. link

mikecamimo
- 246
- 4
- 9
-2
Solution for Chrome: If the parameter's prompt contains the word "date" Chrome will display the calendar control.
(note: this is true for any parameter regardless of the parameters actual datatype)

Adam Hart
- 5
- 1