0

I'm fairly new to SQL Server Reporting Services. I can edit the report output by editing the .rdl file in Visual Studio, however I'm trying to find out how to edit the input options available to report users - specifically the one shown below. Where do I find this part of the report, and how do I find out how the data for the dropdown is being populated?

enter image description here

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Chris Halcrow
  • 28,994
  • 18
  • 176
  • 206

1 Answers1

0

The 'input options' seem to be referred to as 'parameters' in SQL Server Reporting Services. I found the following that explains clearly how to work with these:

http://www.youtube.com/watch?v=r3bzAs5FUt4

Chris Halcrow
  • 28,994
  • 18
  • 176
  • 206