Passing parameters from URL with prefix :rp in URL string

  • Hi,

    could any one help me in passing the parameter from URL to report. I could do that when I remove prefix rp: from URL. Unfortunately, I can't change my URL. When rp: is mentioned in the URL, The report is looking for default parameter in the report.

    Is there a work around that bypasses this default lookup and pass parameter from the URL?

    Thanks in advance

  • Hey..

    I actually had to do this yesterday.

    If you have an action button as a URL link - code to

    Action - go to URL

    Heres an example of mine

    ="http://ohtwi1sql002/ReportServer_BGCO/Pages/ReportViewer.aspx?%2fDEV+AND+QA%2fDirector+Scorecard%2fBGCO+Summary+pdf_print&rs:Format=PDF&year=" + Parameters!year.Value

    Note parameter name starts at &year.

    HTH

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply