Report Viewer Control - Send parameter to stored procedure in DataSet
问题 I have created a local .rdlc report within my ASP.NET web form application. I want to load a report using the ReportViewer Control. I am getting the data for my Report DataSet using a stored procedure in the database. The stored procedure needs a parameter to return a single data row from the table. I want to be able to pass this parameter to the stored procedure programmatically so that the report will load the data. How do I accomplish this? 回答1: Your reportViewer on ASPX <rsweb