70-466 · Question #134
70-466 Question #134: Real Exam Question with Answer & Explanation
The correct answer is A: In When the report is initially run, select Show or hide based on an expression. Set the expression to = (Globals!RenderFormat.IsInteractive). Using Globals!RenderFormat.IsInteractive as the Hidden expression ensures SSRS report groups are fully visible in non-interactive renders like email while preserving interactive toggle behavior in the report portal.
Question
Options
- AIn When the report is initially run, select Show or hide based on an expression. Set the expression to = (Globals!RenderFormat.IsInteractive)
- BIn When the report is initially run, select Show.
- CIn When the report is initially run, select Show or hide based on an expression.
Explanation
Using Globals!RenderFormat.IsInteractive as the Hidden expression ensures SSRS report groups are fully visible in non-interactive renders like email while preserving interactive toggle behavior in the report portal.
Common mistakes.
- B. Setting visibility to always Show permanently removes the toggle capability for users who view the report interactively in the portal, degrading their drill-down experience.
- C. Selecting 'Show or hide based on an expression' without specifying the Globals!RenderFormat.IsInteractive expression does not solve the email rendering problem, because the expression itself must check the render format to differentiate between delivery modes.
Concept tested. SSRS group visibility using RenderFormat.IsInteractive for email delivery
Topics
Community Discussion
No community discussion yet for this question.