I have a report (myReport) built in a library class. In my web application, I am using a report viewer (ReportViewer1) with the reportsource set to: "ReportLibrary.MyReport, ReportLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null". This report has three (3) parameters.
I have failed in many attempts to set those parameters in the reportViewer using C#. Can anyone help?
Tom
I have failed in many attempts to set those parameters in the reportViewer using C#. Can anyone help?
Tom