We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
If you became a customer of the Syncfusion Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion.

For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion for its reporting solutions. Our team will be happy to assist you with any questions you may have.

Thank you for choosing Syncfusion for your reporting needs.

Problems with DateTime Report Parameter

Hi Support Team,

I have a couple of problems (maybe misunderstandings) with a DateTime report parameter:

1) How do I set up the formatting of the DateTime? Does it depend on the system regional settings? If so, it is not doing so for all parts! On the Report Server I am currently using German Location and Formats which means "dd.mm.yyyy". Somehow the value which has to be entered via report parameter only accepts mm/dd/yyyy BUT the report itself displays the passed parameter value in the German format although I do not apply any kind of format string - see image below:

If I try to enter sth. like 15/9/2017 it does not work because there is no month 15 and so I cannot enter all needed values.

2) The DateTime format of the ReportDesigner and the web site (after saving the RDL file on the server) is not the same. What are the system settings which have an influence on this formatting?

3) The parameter says "DateTime" but I am only able to enter a date without the time part. Where can I adjust this?

4) I have set default values for the two DateTime parameters but I still have have to enter values manually. For example I have used the value =Today() for the start parameter, but it simply does not work. When entering a default value in SSRS this value will be used for the initial data request but it seems the your ReportServer acts differently. What could be the reason for this?

I appreciate your help!


6 Replies

NE Nellinger September 12, 2017 10:21 AM UTC

Any help to at least one of the listed questions/problems is appreciated!



YD Yuvaraj Devarajan Syncfusion Team September 12, 2017 11:30 AM UTC

Hi Björn, 
 
Thanks for contacting Syncfusion support. 
 
Any help to at least one of the listed questions/problems is appreciated! 
Sorry for the delay. We are internally discussing about the reported feature query to include in our next ReportServer release. 
Hence the response is delayed from our side.    
 
1) How do I set up the formatting of the DateTime? Does it depend on the system regional settings? If so, it is not doing so for all parts! On the Report Server I am currently using German Location and Formats which means "dd.mm.yyyy". Somehow the value which has to be entered via report parameter only accepts mm/dd/yyyy

If I try to enter sth. like 15/9/2017 it does not work because there is no month 15 and so I cannot enter all needed values.
 
Our ReportViewer DateTime parameter is rendered based on ReportViewer control culture format and it does not depend on the system regional settings. If we have to change the date format of the parameter, then we need to modify the ReportViewer locale property to required culture. 
 
Currently, we don’t have option to change the ReportViewer culture based on ReportServer culture. We have already logged feature request on this it will be included in any of our next ReportServer release.   
 
BUT the report itself displays the passed parameter value in the German format although I do not apply any kind of format string - see image below: 
 
In the textbox items process we have used the culture info class to display the value in machine culture format. So, the values in the report is displayed in German culture at your end.    
The DateTime format of the ReportDesigner and the web site (after saving the RDL file on the server) is not the same. What are the system settings which have an influence on this formatting? 
 
I have set default values for the two DateTime parameters but I still have have to enter values manually. For example I have used the value =Today() for the start parameter, but it simply does not work. When entering a default value in SSRS this value will be used for the initial data request but it seems the your ReportServer acts differently. What could be the reason for this? 
The mentioned problem occurs when the Report parameter is rendered in “en-us” culture format by default in ReportServer. If we have to change the date format of the parameter, then we should render the report for particular culture by using localization in ReportServer. As informed above, we don’t have option to change the ReportViewer culture based on ReportServer culture, this will be resolved once the feature has been included in our control. 
 The parameter says "DateTime" but I am only able to enter a date without the time part. Where can I adjust this? 
Currently, our ReportViewer control renders the Date Picker control in parameter block as per RDL ReportViewer standard design. We have considered your request to provide DateTime picker support in our ReportViewer control for parameter and logged feature report for “Provide DateTime picker for Report parameter” and it will be available in any of our next ReportServer release. 
 
Regards, 
Yuvaraj D. 



NE Nellinger September 12, 2017 04:37 PM UTC

Thanks for you answer.

Generally speaking, I really like the SyncFusion package, but the ReportDesigner somehow seems "not ready" yet and too buggy to me!

Nevertheless: Can you help me to figure out a workaround for the DatePicker problem (question 1)!? As the report parameter expects mm/dd/yyyy but the report itself handles it as dd/mm/yyyy I am not able to enter a value for the tomorrow for example and therefore this report is useless to us - if I only can use it for a third of each month (until the 12th). Do you have any idea on how to fix that? Changing the OS's regional settings is unfortunately not an option!

To question 3) SSRS supports DateTimePicker since a couple of years and for us this option is essential, as it is a basic filter criteria for most of our reports. Therefore we would highly appreciate it if you could enhance this feature.

Thanks!




YD Yuvaraj Devarajan Syncfusion Team September 13, 2017 08:35 AM UTC

Hi Björn, 
 
Thanks for the update. 
 
Nevertheless: Can you help me to figure out a workaround for the DatePicker problem (question 1)!? As the report parameter expects mm/dd/yyyy but the report itself handles it as dd/mm/yyyy I am not able to enter a value for the tomorrow for example and therefore this report is useless to us - if I only can use it for a third of each month (until the 12th). Do you have any idea on how to fix that? Changing the OS's regional settings is unfortunately not an option! 
We have provided the workaround support to load the report parameter based on locale culture. Please follow the below steps to apply the fix in your Report Server Application.  
 
1.Ensure to stop the Report Server application from the desktop shortcut – “Stop Syncfusion Report Server”.  
 
2.Download your required culture script from the below link.  
 
3. Paste the downloaded culture script into the below location.  
    {{InatalledLocation}}:\Program Files (x86)\Syncfusion\Report Server\ReportServer.Web\ Scripts\EssentialJS\i18n  
 
4. Refer the pasted file in the “i18n” folder to “ReportViewer.cshtml” file like below from the below location.  
    {{InatalledLocation}}:\Program Files (x86)\Syncfusion\Report Server\ReportServer.Web\Views\FileRender  
 
  
 
5. Now set the locale property in ReportViewer control render page that is “ReportViewer.cshtml” page like below,  
 
   
 
6. Start the Report Server Application from the desktop shortcut – “Start Syncfusion Report Server”.  
 
To question 3) SSRS supports DateTimePicker since a couple of years and for us this option is essential, as it is a basic filter criteria for most of our reports. Therefore we would highly appreciate it if you could enhance this feature. 
 
We will consider your feature request of "Need to provide DateTime picker support in our Report parameter" for next Report platform release.

 
 
Regards, 
Yuvaraj D. 



ST Stanley August 15, 2020 09:00 AM UTC

Dear Support Team,

I am facing the issue for the datetime picker unable to show time in Standalone Report Designer.

Is the DateTime Picker are fixed now?


Kind Regards,
Stanley Teo


MS Muthuramana Sankaranarayanan Syncfusion Team August 17, 2020 08:45 AM UTC

Hi Björn, 

As per our plan of having the reporting components as separate from our Syncfusion Essential Studio, we have introduced Bold Reports from Syncfusion. Based on this migration, we will not have any further feature updates with Syncfusion Essential Studio reporting products from now onwards. So, you need to consider migrating the reporting components with Bold Reports libraries with changes in namespace and declarations for getting new feature updates. 

The reported Date Time picker issue will be resolved in Bold Report Designer in Bold Reports v2.4 release which is expected to be on October 7th, 2020 and hence we suggest you to migrate to Bold Reports to get your reported issue resolved at your end. As of now please find the below documentation to change the date time picker type in Bold Report Viewer, 
  
Note: 

You can use your existing Essential Studio license to get our Report Viewer SDK from Bold Reports. Please find the details below, 
 
  1. You have to login with Bold Reports using Syncfusion account,
 
  1. Once you have logged in Bold Reports, if you are having eligible license to access of Report Viewer SDK then you will be able to get the Report Viewer SDK from downloads.
 
 

Note: If you are having any problem to get the access of Report Viewer SDK with Bold Reports then you must contact sales team to provide more details about your license and direct you to get the Report Viewer SDK in Bold Reports. 
 
 
  1. We have released Bold Reports with licensing, So, additionally you must register the license key in startup of your application as explained in below documentation,
  
Regards, 
Muthu Ramana S 


Loader.
Live Chat Icon For mobile
Up arrow icon