Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8699451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:57:00+00:00 2026-06-13T01:57:00+00:00

I have a Reporting Services 2005 report that had an error: Parameter UserID is

  • 0

I have a Reporting Services 2005 report that had an error: “Parameter UserID is read-only”. After doing some research, I found a solution that worked. I opened the report from the Report Manager web interface and changed this:

before

..to this:

after

After this change, the report works! Great!

So, I figure I will download the modified RDL so I can see the change and get the corrected RDL into my source code repository. So, I download the RDL:

Downloading the RDL

But my diff tools tell me that the “before” version of the RDL is identical to the “after” version of the RDL. Convinced that my diff tool was mistaken, I tried another. Sure enough, there is no difference in the RDL.

What am I missing? Is the change reflected somewhere other than the RDL, or is Reporting Services not coughing up the correct version of the RDL? In either case, how can I get the correct version of the RDL?

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T01:57:02+00:00Added an answer on June 13, 2026 at 1:57 am

    TL/DR Version: Reporting Services is not giving you the correct RDL.


    Your question prompted me to further investigate a suspicion I already had on SSRS for quite some time: report parameters can behave in unexpected ways for report developers when deploying (or downloading) report definitions. One related scenario I had noted before:

    1. Create a report with parameters.
    2. Deploy the report for the first time.
    3. Update the report parameters in some way.
    4. Deploy the same report once more.
    5. Result: parameter settings are not succesfully updated on the server.
    6. Delete the report from the report manager.
    7. Deploy the report once more (effectively the same as step 2).
    8. Result: Report parameters are updated correctly.

    In short, if you want to update parameter settings for deployed reports you’ll first need to delete it and then deploy it, or update the settings directly via the report manager.

    Back to your question(s). You’re not missing anything, this just seems the way SSRS is behaving (intended or not). The RDL schema has this (abbreviated) piece:

    <xsd:complexType name="ReportParameterType">
        <xsd:choice minOccurs="1" maxOccurs="unbounded">
            <xsd:element name="DataType">
                <!-- abbreviated -->
            </xsd:element>
            <xsd:element name="Nullable" type="xsd:boolean" minOccurs="0"/>
            <xsd:element name="DefaultValue" type="DefaultValueType" minOccurs="0"/>
            <xsd:element name="AllowBlank" type="xsd:boolean" minOccurs="0"/>
            <xsd:element name="Prompt" type="xsd:string" minOccurs="0"/>
            <xsd:element name="ValidValues" type="ValidValuesType" minOccurs="0"/>
            <xsd:element name="Hidden" type="xsd:boolean" minOccurs="0"/>
            <xsd:element name="MultiValue" type="xsd:boolean" minOccurs="0"/>
            <xsd:element name="UsedInQuery" minOccurs="0">
        </xsd:choice>
        <xsd:attribute name="Name" type="xsd:normalizedString" use="required"/>
    </xsd:complexType>
    

    So, there should be a “Hidden” element for your ReportParameter.

    I just verified your findings (in SSRS 2008), and think I may have the answer to your second question: SSRS is indeed not coughing up the correct version of the RDL. It’s missing various bits about the parameters, including the element on being hidden or not.

    Funny thing is: if you change the report in BIDS and set the parameter to hidden, the RDL will be changed and have the <Hidden>true</Hidden> element.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have a report in Reporting Services 2005. In it is one parameter
I have a 2005 Reporting Services report that I display as a PDF through
I am new to reporting services and have a reporting services 2005 report that
I have a Reporting Services 2005 report that has a tablerow with a background
I have a SQL 2005 Reporting Services report that has several report parameters. One
I have some reports in SQL Server Reporting Services 2005 that I need to
I have an SQL Server Reporting Services (SSRS) report, that uses a view. That
I have a report in SQL Server Reporting Services 2005. It makes use of
I have the following problem. I am using Reporting Services 2005 to create some
I have SQL Server 2005 Reporting Services. I need to create a report with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.