Passing an external hidden parameter

  • I've been trying to start a SRS Report with the following code:

    void(window.open('https://myReports.organization.com/ReportServer?/MyReportFolder/MyReport&ClientID=xxx','_blank','width=1024,height=840,resizable=1,scrollbars=1'))

    This work fine as long as the ClientID parameter is a visible report parameter. Unfortunately the requirement calls for a report which does not display the ClientID. When I make the parameter hidden or internal - I get an error when I try to activate the report.

    Does anyone have any suggestions for passing external, hidden, SRS parameters?

    Thanks

    Glenn

  • Am I correct in assuming that you always want to pass the client Id from external source and giving a default value to internal or hidden value is not the solution?

  • Yes... the requirement is: to pass from a URL a hidden external parameter into the report. There are other parameters which the users will be adding as filter criteria but the initial parameter must be hidden and there is no default value.

    Thanks

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

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