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

  • Home
  • SEARCH
  • 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 649653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:58:03+00:00 2026-05-13T21:58:03+00:00

I have a report to which I have execute-only access – I don’t have

  • 0

I have a report to which I have execute-only access – I don’t have the access to the RDL file. This report exposes several parameters which I would like to set from URL.

I’ve successfully changed some parameters using the standard param=data form (as explained here: http://msdn.microsoft.com/en-us/library/ms153586.aspx). However, some parameters don’t have the same parameter-prompt and parameter-name.

Unfortunately, to pass parameter values by URL I must know the name of the parameter and I don’t see how I can deduct from the report and its parameters prompt text. I’ve tried to inspect the source and post-data but to no avail.

Anyone has an idea?

Thanks

P.S I also stumbled on this: http://odetocode.com/Articles/123.aspx. However, I wasn’t able to connect to the web-services of my report server.

  • 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-05-13T21:58:03+00:00Added an answer on May 13, 2026 at 9:58 pm

    Ugh. I’m replying to myself, hopefully someone can learn from it:

    I did it, eventually, using Reporting Services web service as described here and here. A point to remember here is that the name of the service has been changed (I believe from SQL server 2005 and onward) endpoint is ReportService2005.asmx.

    After adding the web reference I was still having various problems. To summarize, this is the code that eventually worked for me (note: I am in domain and the IIS I’m connecting to requires domain windows auth).

        ReportParameter[] parameters;
        const string historyId = null;
        const bool forRendering = true;
        ParameterValue[] values = null;
        DataSourceCredentials[] credentials = new DataSourceCredentials[] {};
    
        ReportingService2005SoapClient c = new ReportingService2005SoapClient();
        c.ClientCredentials.Windows.ClientCredential = new System.Net.NetworkCredential("USERNAME", "PASSWORD", "DOMAIN"); 
        c.ClientCredentials.Windows.AllowedImpersonationLevel = TokenImpersonationLevel.Impersonation;
    
        c.GetReportParameters
        (
            "/CycleStatus/Builds Score",
            historyId,
            forRendering,
            values,
            credentials,
            out parameters
        );
    

    However, I was plagued by the following error:

    “The HTTP request is unauthorized with client authentication scheme ‘Anonymous’. The authentication header received from the server was ‘Negotiate,NTLM'”

    To handle that you need to change, in your app.config the security node, like so:

    <security mode="TransportCredentialOnly">
        <transport clientCredentialType="Windows" />
    </security>
    

    After that everything worked fine.

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

Sidebar

Related Questions

I have an SQL reporting server report which has 5 parameters which permit nullable
Is it possible to have a report which has grouping on the underlying data
I have a Crystal Report which is viewed via a CrystalReportViewer control on an
I have a RDLC report which has a table, calling a subreport N times.
I have a crystal report function which requires me to trim off characters which
in .net I have created an excel report which takes a datagrid's render output
I have a few Munin plugins which report stats from an Autonomy database. They
I have a report, which was recently converted from SSRS2005 to SSRS2208. The report
I have built a web page which contains a Crystal Report built using the
I have a WCF service method which takes more than two hours to execute

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.