nerdexam
Microsoft

70-448 · Question #211

You create a SQL Server 2008 Reporting Services (SSRS) report. The report is hosted in a SharePoint environment. The UserID is passed into the report automatically when the user views the report…

The correct answer is H. Configure the Hidden Visibility property. See the full explanation below for the reasoning.

Question

You create a SQL Server 2008 Reporting Services (SSRS) report. The report is hosted in a SharePoint environment. The UserID is passed into the report automatically when the user views the report. The UserID will be used to link to other pages on the SharePoint site via url. You need to prevent the user from seeing their UserID. What should you do?

Options

  • ACreate a distinct dataset that includes all possible values and attach it to the parameter.
  • BCreate a dynamic dataset that utilizes the WHERE clause to filter by the parameter.
  • CCreate a dynamic data source from a dataset by using the IN operator.
  • DConfigure the Internal Visibility option for the parameter.
  • EChange the dataset from a shared dataset to an embedded dataset in the report.
  • FCreate a dynamic data source from a dataset that includes a list of distinct servers.
  • GCreate a dynamic dataset that includes a list of the different users.
  • HConfigure the Hidden Visibility property.

How the community answered

(59 responses)
  • B
    3% (2)
  • C
    10% (6)
  • D
    5% (3)
  • E
    2% (1)
  • F
    2% (1)
  • H
    78% (46)

Community Discussion

No community discussion yet for this question.

Full 70-448 Practice