Pass UniqueID in hyperlink to Report Record Selection

  • Here's my situation:

    I've got a hyperlink, and will append a uniqueID to the link in order to pull specific information so the user doesn't have to sift through 500+ IDs from a dropdownlist.  They will be taken to the report server and automatically get information for a specific ID w/o using the dropdownlist.

    I'm trying to look in my book, and it looks like the hyperlink's NavigateURL will be something like (my field would be PackageID):

    "http://servername/ReportServer/"&Fields.PackageID.Value.

    Does this look correct?

    I'm also having trouble setting the report parameter in order to use this value in the URL.

    Thanks!

  • What about the reportName???

  • Sorry, the link is more like:

    "https://server/Reports/Pages/Report.aspx?ItemPath=%2fMigration%2fWPNew

    &WPPIDParam=" & strWPPID & "

  • from your URL i understand that u call the report from a .NET platform

    so this is the URL form

    "/ReportServer?/Report/Daily&rs:Command=Render&FromTime=" & FromTime.Value & "&ToTime=" & ToTime.Value

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

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