"Jump to bookmark" in PDFs not working?

  • I can't understand why, but bookmarks that I have created in my SSRS report do not seem to work once exported to PDF format. I've trawled the docs, forums and Google and can't seem to find an explanation ot anyone else with this problem(!)

    Scenario

    Table control in my report has a field ("Name"). I have set the Action property of this text box to "Jump to bookmark" and a value of:

    =CStr(Fields!ID.Value)

    After the table, I have a list containing details of each record. Within the list I have another textbox. I have set the Bookmark property of this box to:

    =CStr(Fields!ID.Value)

    When I preview my report - it works fine (presumably in ugly HTML format). When I export to PDF, although my external hyperlinks work fine (different, unrelated fields), any internal bookmarks fail.

    I am creating reports in VS2005 against SQL 2005.

    Please can anyone give me a pointer?

Viewing 0 posts

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