You need to develop the report to meet the requirement

You are developing a new SQL Server Reporting Services (SSRS) report in SQL Server
Data Tools (SSDT). This report has a table named Table1 and a textbox named Textbox1.
Table1 is initially visible but the user must be able to choose when to hide it.
You need to develop the report to meet the requirement.
What should you do? (More than one answer choice may achieve the goal. Select the BEST
answer.)

You are developing a new SQL Server Reporting Services (SSRS) report in SQL Server
Data Tools (SSDT). This report has a table named Table1 and a textbox named Textbox1.
Table1 is initially visible but the user must be able to choose when to hide it.
You need to develop the report to meet the requirement.
What should you do? (More than one answer choice may achieve the goal. Select the BEST
answer.)

A.
For the properties of Table1, configure the Display can be toggled by this report item
option to use Textbox1.

B.
Configure Textbox1 to drill through to rerun the report to toggle the display of Table1.

C.
For the properties of Table1, configure the Display can be toggled by this report item
option to use Table1

D.
Add a parameter to the report so users can choose the display state of Table1.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


aa

aa

The answer is D

Dim

Dim

You wrong.A is correct.
I had implemented such a requirement several time.

Ralph

Ralph

A is correct. Question mentions about Text box, so we should use it here. Without knowing about that field D would be OK. I’m sure we need to select A here