I have drillthough report that I configured using Go to url link and passing the parameters using the url-
Here is the url link -
https://localhost/ReportServer/Pages/ReportViewer.aspx?%2fReports%2fIndexIncidentsDetail&rs:Command=Render&DATERANGESTART=DateAdd(DATEINTERVAL.Year,-1,Parameters!CurrentStartDate.Value)&DATERANGEEND=DateAdd(DATEINTERVAL.Year,-1,Parameters!CurrentEndDate.Value)&OCCCURTS=Fields!occcurts.Value&Classification=Fields!Classification.Value&rs:ParameterLanguage=de-DE
When I click on my values in report, it opens the new window and after entering credentials , I get this error-
The value provided for the report parameter 'DATERANGESTART' is not valid for its type. (rsReportParameterTypeMismatch)
Please help how to fix this.