I am trying to generate parametrized report using "report wizard" using the query
SELECT* FROM Person.Contact WHERE FirstName=@FirstName AND MiddleName=@MiddleName
when you pass parameters report displays only header not the results.
Can any body tell what is the problem faced here