70-466 Implementing Data Models and Reports with Microsoft SQL Server 2014

Loading demo links...

Showing 10–10 of 10 questions

Question 10 (Mixed Questions)

You are developing a SQL Server Reporting Services (SSRS) sales summary report.

The report header consists of several images.

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

Which Hidden property expression should you use for the report header? {More than one answer choice may achieve the goal. Select the BEST answer.)

Select an option, then click Submit answer.

  • =(Globals!RenderFormat.IsInteractive = False)

  • = (Globals!RenderFormat.Name = "PDF")

  • =False

  • =True