nerdexam
Microsoft

70-448 · Question #175

You are developing a SQL Server 2008 Reporting Services (SSRS) instance for Company.com. In order to keep all reports render to Microsoft Excel only, you should compile the items, which are…

The correct answer is B. You should set the value of the visible attribute to false where the value of the Name attribute is not. Example: Limiting the List of Report Rendering Options A common configuration setting in RSReportServer.config is to limit the user choices for the report rendering. For example, if you wanted to exclude Microsoft Office Word as a choice for rendering reports, you would look…

Implement a Reporting Services Solution

Question

You are developing a SQL Server 2008 Reporting Services (SSRS) instance for Company.com. In order to keep all reports render to Microsoft Excel only, you should compile the items, which are contained in the <Extension> subelement of the <Render> element in the RSReportServer.config file. Which is the correct answer below?

Options

  • AYou should set the value of the Type attribute to render where the value of the Name attribute is equal
  • BYou should set the value of the visible attribute to false where the value of the Name attribute is not
  • CYou should set the value of the Type attribute to prevent where the value of the Name attribute is not
  • DYou should add an OverrideNames subelement to the extension element where the value of the Name

How the community answered

(46 responses)
  • A
    13% (6)
  • B
    78% (36)
  • C
    2% (1)
  • D
    7% (3)

Explanation

Example: Limiting the List of Report Rendering Options A common configuration setting in RSReportServer.config is to limit the user choices for the report rendering. For example, if you wanted to exclude Microsoft Office Word as a choice for rendering reports, you would look for the entries under the <Render> tag in the XML .config file to find the following <Extension Name="WORD" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordRenderer, Microsoft.ReportingServices.WordRendering"/> To turn off Word in the rendering options, you would add a Visible="false" entry to the line, like <Extension Name="WORD" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordRenderer, Microsoft.ReportingServices.WordRendering" Visible="false"/>

Topics

#SSRS configuration#RSReportServer.config#render extensions#Excel export

Community Discussion

No community discussion yet for this question.

Full 70-448 Practice