Hello, I have an MVC 3 web project and have created a reports library. I am new to Telerik reporting but have done previous reporting using SSRS. For each of my individual report "MyReport.cs" file(s), I have setup some parameters using the wizard. When a user selects 5 to 6 different parameters from various drop down lists, textboxes, etc, on a report, I want to give the user the ability to save these parameters to the database. I need to add a label stating "Save this parameterized report as:" with a textbox after it for the user to enter some text, and a button to submit these to the database. I then want to open this report at another time with the parameters already filled in. Are there any examples that show how to do this, how to access the code behind, etc? Thanks very much...