Hiding Sub report in SSRS based on Parameter (and not executing the Stored Procedure)

前端 未结 3 991
猫巷女王i
猫巷女王i 2020-12-06 13:57

I have an issue where I wish to hide/show a sub-report based on a parameter that is passed to the main report.

I can set the hidden property using an expression whic

3条回答
  •  粉色の甜心
    2020-12-06 14:47

    1. Right-click on the sub report object in the main report and select “Format Subreport…”. This will open the Format Editor.

    2. Select the “Subreport” tab in the Format Editor.

    3. place a check mark in the “Suppress Blank Subreport” check box.

提交回复
热议问题