URL Parameter

  • I've got the parameter set in the URL, but the report isn't rendering the data.  Is there something I have to set for the Report Parameter?

    I've got:

    Default Value = "None"

    Available Values = "Non Queried"

    The prompt is still showing....could this be the issue?  If I copy from the URL the value I want to pass, then click View Report, it works.  I want the user to NOT have to do this.

    The SQL is:

    SELECT * FROM WPG WHERE   (WPG.WP_PID = @URLParam)

    The name of the parameter is URLParam.

    Thanks!

  • if u want to hidden the prompt add the "rcarameters=false" 2 the URL like:

    "/ReportServer?/Reports/Daily&rs:Command=Render&rcarameters=false&FromTime=" & FromTime.Value & "&ToTime=" & ToTime.Value

  • Thanks ofir!  I'll try that.

    We may have gotten it to work.  I used the targetserverURL for the hyperlink, and the parameter worked.

     

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

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