Hello guys,
I'm facing issues when I'm trying to pass the params of StartDate and EndDate in the view.My report goes blank.Why is this happening?What can I do to resolve this and pass params from view/report viewer params at the same time
Your error is with the source property, which means the report name that you have provided is not valid. Do you have a report called TagHistory? Make sure you include the full path to the report if it is in a folder.
Also, your start and end date parameter values are strings. Does your report expect these parameters to be string type or date type?