I have a dataset with a parameter that is passed to the request, as shown below.

The problem here is that the DataSet queryOptions parameter queryOptions not accept the value from the Date report parameter.
If I hardcode any value, for example, <CalendarDate> 08/11/2012 </CalendarDate> instead of <CalendarDate> = Parameters!Date.Value </CalendarDate> , the report works fine.
What do I do when passing a parameter.
I even created another dataset parameter named Date and assigned the value of the [@Date] parameter, even if it didn’t work.
Note : Date is of type DateTime
source share