How do you add a listbox as an input parameter UI element in SSRS 2008?
        Posted  
        
            by Rafe Lavelle
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rafe Lavelle
        
        
        
        Published on 2010-05-18T03:52:24Z
        Indexed on 
            2010/05/18
            4:00 UTC
        
        
        Read the original article
        Hit count: 395
        
I have to add a listbox/dropdownlist to a report in a Visual Studio Business Intelligence project, allowing users to filter a DataSet by the Id of the entity chosen in the listbox. I heard this was possible, but there is no option to add a listbox in the Toolbox in Visual Studio, and looking at the Report Definition on microsoft.com, there's nothing there about a listbox.
What am I doing wrong here?
© Stack Overflow or respective owner