[How] How to restrict the format options in the report export function of Reporting Services

Source: Internet
Author: User

Multiple export format options are provided by default in the report export function of reporting services, but in many cases, all format options are not required. Therefore, you need to restrict these options. The following uses SQL Server 2008 R2 as an example to describe how to restrict these options.

1. Open the report service configuration file: "C: \ Program Files \ Microsoft SQL Server \ msrs10_50.qualified \ Reporting Services \ Report Server \ rsreportserver. config ".

2. Find the label "<render/>" in the configuration file and find the following configuration lines:

<Render>    <Extension Name="XML" Type="Microsoft.ReportingServices.Rendering.XmlDataRenderer.XmlDataReport,Microsoft.ReportingServices.XmlRendering"/></Render>

Name is the name of the format option displayed in the export report menu.

3. Add the property item "visible =" false "" to the configuration tag of the format option "":

<Render>    <Extension Name="XML" Type="Microsoft.ReportingServices.Rendering.XmlDataRenderer.XmlDataReport,Microsoft.ReportingServices.XmlRendering" Visible="false" /></Render>

4. Save the modified configuration file and refresh the report display page to see the effect after the restriction.

 

See:
Http://www.sqlserver-training.com/how-to-disablerestrict-ssrs-export-format-

 

[How] How to restrict the format options in the report export function of Reporting Services

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.