You need to ensure that the header of the report is hidden when a user exports the report to PDF format

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.)

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.



Leave a Reply 6

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


Leo

Leo

The syntax for A is wrong though, it should be Globals!RenderFormat.Name not Globals|RenderFormat.Name

Henk Schenkworst

Henk Schenkworst

A