AdventureWorks Sample Reports

Hi folks,

Newbie question. Anyone knows how to create dropdown selection boxes in a report just like in the Employee Sales Summary report Cheers!



Answer this question

AdventureWorks Sample Reports

  • Jan van Wyk

    Moving thread to the Reporting Services Group

  • rabbott

    If you install the sample reports, you can just open them in report designer and investigate the Report - Report Parameter settings in the VS menu. The Employee Sales Summary report uses a query to determine the valid values list of the parameter - which results in the drop down being shown.

    Alternatively, this MSDN topic should get you started: http://msdn2.microsoft.com/en-us/library/ms155917.aspx

    -- Robert



  • AdventureWorks Sample Reports