Forum Discussion
Anonymous
5 years agoNot applicable
Date Parameter default issue in Report Builder
New to paginated reporting. I am trying to connect to an existing dataset with calendar table. I have used the Date field( date data type)from calendar as a filter and trying to use the paramet...
ashishg
Advocate I
3 years agoHi,
Go to your Dataset Properties
then go to Parameter section
in paramter value write below expression
=Format(Parameters!CalendarDate.Value, "MM/dd/yyyy")
click ok and try to run report it will solved your issue.
Note;- you can change date format as you want.
Hope this will help you.