You are developing a SQL Server Reporting Services (SSRS) sales summary report.
The report header consists of several images. Report users require PDF exports of the
report with no bulky images of the report header.
You need to ensure that the header of the report is hidden when a user exports the report to
PDF format.
What should you do? (More than one answer choice may achieve the goal. Select the BEST
answer.)
A.
Set the Hidden property of the report header to (GlobalslRenderFormat.Name = “PDF”).
B.
Set the Hidden property of the report header to (GlobalslRenderFormat.IsInteractive =
False).
C.
Set the Hidden property of the report header to FALSE.
D.
Set the Hidden property of the report header to TRUE.
A
https://msdn.microsoft.com/en-us/library/dd255216.aspx
I agree.
I agree “A”, this is the most accurate answer.
The syntax for A is wrong though, it should be Globals!RenderFormat.Name not Globals|RenderFormat.Name
+1
A