reporting services - How do you add a listbox as an input parameter UI element in SSRS 2008? -


I want to add a list / dropdown list to Visual Studio Business Intelligence Project, which allows users to filter a dataset. The ID of the chosen unit I had heard was possible, but there is no option to add a list box to the toolbox in Visual Studio, and seeing microsoft.com, there is nothing about the list.

What am I doing here?

I came to know what I wanted to do. There is no listback option, the way I was thinking about it. Instead, if you add a parameter to the report, and use the "available values" section to associate the parameter, for example, the result of a query, a list / dropdown menu will appear in the header , Which will prompt you to select an item from the result list from the query

That's exactly what I wanted to do. I was still thinking in the words asp.Net, however, where a listback is the same thing as a text box, for example . I did not know why there would be an option in a text box tool box, but nothing like catalog.


Comments