Adding linked (pdf-)Bookmarks

Stimulsoft Reports.NET discussion
Post Reply
OGaertner
Posts: 2
Joined: Thu Apr 14, 2022 6:08 am

Adding linked (pdf-)Bookmarks

Post by OGaertner »

Hey Guys,
i am looking for a way to add bookmarks for a pdf-table of content via code. Adding a simple bookmark or bookmark tree is quite easy and straight forward.

Code: Select all

Bookmark.Add("My bookmark 1");
Bookmark.Add("My bookmark 1.1");
Bookmark["My bookmark 1.1"].ParentComponent = Bookmark["My bookmark 1"];
Unfortunately I was not able to find some example or code documentation to link those bookmarks to a specific content of my report. I would expect some method (Bookmark["..."].AddTarget ) or a property to set link target, but there is nothing obvious in the class documentation. PageIndex seems a bit unspecific (and i dont know page index at build time).

Has anyone a idea hot to link a bookmark with a report content?

Cheers,
Oliver
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Adding linked (pdf-)Bookmarks

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
OGaertner
Posts: 2
Joined: Thu Apr 14, 2022 6:08 am

Re: Adding linked (pdf-)Bookmarks

Post by OGaertner »

Hey Lech,
is anyone investigating here??
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Adding linked (pdf-)Bookmarks

Post by Lech Kulikowski »

Hello,

We are still investigating the issue, we will let you know about the result.

Thank you.
Post Reply