I created a SSRS report and I wanted to pass date (begin date and end date). I am not populating the field on the report (i.e its not in select statement). In this case how to assign report parameters to query in the 'Report Parameter Properties' window.
SELECT * FROM EMPLOYEE WHERE DOB between @BEGINDATE and @ENDDATE