I have created a report in SSRS with 2 parameters, "ClientID" and "Date", and so whenever I want to run the program, I just have to add in the ClientID # and assign a date. I am now re-creating the same report in VisualStudio2010, C#, Reports Application, and not too sure how to incorporate the same parameters here.
I have control+Alt+D, and have the Report Data window open, however, when I add parameters and run the report I get the following: The 'ClientID' parameter is missing a value - how can I solve this issue?
And my second question, is that is how to add in multiple DataSets in the same report? to add dataset, I go to my database in the report data section, right click and add dataset, however, once I do that and run my report I get this: A data source instance has not been supplied for the data source 'DataSet2'.
Any help is greatly appreciated.
Thanks