Updating report parameters based on parameter selection? (SSRS)

后端 未结 4 490
抹茶落季
抹茶落季 2020-12-05 06:08

I\'ve created a report in SSRS with two report parameters. I\'d like the second to update it\'s values based on the selection in the first. The first is a list of sales agen

4条回答
  •  半阙折子戏
    2020-12-05 06:19

    I haven't tried this myself, but I saw an example where they configured Available Values to come from a query, then used an expression to specify the query. The expression included the value of the first parameter.

提交回复
热议问题