I want to bind ReportViewer with the query I execute just like we do with DataGridView so the form will contain a textbox and a button. When I enter a student id in the text box and click the button it must fetch specific records from the table and show it in report viewer in the form of receipt. I have never worked with ReportViewer so I dont know how and where to start if you can provide me with some example or just write a rough blueprint I think I can manage.I want to bind ReportViewer with the query I ex