Hi:
I've created a PDF document in report viewer. I have two sections:
Section 1 -Summary
page 1
id1
id2
id3
----------------- page break
Section 2 - Detail Section
page 2
id1 + detailed info
----------------- page break
page3
id2 + detailed info
----------------- page break
page 4
id3 + detailed info
----------------- page break
I created thumbnails of the id values in the PDF document for the detaiI section. I would like the id values in the summary section to be hyperlinks to the corresponding pages for that particular id value (i.e. clicking on id1 on page 1 takes the user to page2). Each of the pages in the summary and detail section is created dynamically from a dataset. Section 1 & 2 are subreports to a main report. Is this possible?