PrepAway - Latest Free Exam Questions & Answers

Which is the correct answer to make sure that you could set the server in order to render to Microsoft Word?

You are managing a SQL Server 2008 Reporting Services (SSRS) sample which does not give some same rendering extensions for Company.com.

You should make sure that you could set the server in order to render to Microsoft Word.
Which is the correct answer?

PrepAway - Latest Free Exam Questions & Answers

A.
You should change the AppSetttings.config file.

B.
You should change the Global.asax file.

C.
You should change the Machine.config file.

D.
You should change the RSReportServer.config file

Explanation:
Modifying the RSReportServer.config file
The RSReportServer.config is one of several configuration files, but it is the main configuration file for both the Report Server Web service and Report Manager. In Reporting Services 2005,
Report Manager had a separate confi guration fi le named RSWebApplication.config, but this file is no longer used in Reporting Services 2008.

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 Excel 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 line:
<Extension Name=”EXCEL” Type=”Microsoft.ReportingServices.Rendering.ExcelRenderer. ExcelRenderer,Microsoft.ReportingServices.ExcelRendering”/>
To turn off Excel in the rendering options, you would add a Visible=false entry to the line,
like this:
<Extension Name=”EXCEL” Type=”Microsoft.ReportingServices.Rendering.ExcelRenderer. ExcelRenderer,Microsoft.ReportingServices.ExcelRendering” Visible=”false”/>


Leave a Reply