You design a report by using SQL Server 2008 Reporting Services (SSRS).
Detail information is displayed each time the users render the report.
You need to ensure that the following requirements are met:
Summary information is displayed when the report is initially rendered.
Detail information is displayed only when the users click a column header.
What should you do?
A.
On the column that contains detail information, set the hidden property to True. Set the
Visibility can be toggled by another report item property to True.
B.
On the column that contains detail information, set the hidden property to False. Set the
Visibility can be toggled by another report item property to False.
C.
On the column that contains detail information, set the hidden property to True. Set the
Visibility can be toggled by another report item property to False.
D.
On the column that contains detail information, set the hidden property to False. Set the
Visibility can be toggled by another report item property to True.