7

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.

Geeth
  • 5,282
  • 21
  • 82
  • 133

4 Answers4

2

You'll have to use I.E.

I always use a default value so the user knows how to imput the date correctly

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