Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSRS Datepicker control is not showing in Chrome and safari

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.

like image 313
Geeth Avatar asked Feb 04 '13 10:02

Geeth


People also ask

Does SSRS work in Chrome?

In Conclusion: Using Google Chrome with SSRS, especially when the reports are on a different server, is certainly possible. It does require jumping through a few hoops. The hoops can be performed in a GPO to make it easy to apply across your company easily.

How to display the jQuery datepicker in the report?

Following is the method used to display the jQuery datepicker: function showDatePicker () { var parameterRow = $ ( "#ParametersRowrvREXReport" ); ....remaining code here.... } Please do not use exactly the same code as above because your parameter row ID might be different from the row ID in the above code.

How do I view a report using SSRs and IE?

To do this using SSRS and IE, open up IE and go to the report server URL. For example I have SSRS running on a box named 'SQLREPORT'. Then go to the folder where the report is located. Locate the report by its name. Then, using the drop_down menu on the report beside its name, open the 'Manage' screen.

What are the limitations of the date picker?

Some of these limitations are: Print button is not visible. Date picker is not displayed as a date picker control. This article will help you achieve the solution for the above limitations and design some complex reports.

Is it possible to run a SSRS report from a DBA?

I'm not an MSSQL dba, so please forgive me if I am leaving out some crucial details that could be helpful or if there is already a solution posted for this issue (I'm not really sure what to search for!). A dba has set up an SSRS report which has several check boxes that can be selected to run a report.


1 Answers

You'll have to use I.E.

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

like image 167
James Perrett Avatar answered Oct 03 '22 16:10

James Perrett