I have a report made of several sections (subreports). Is it possible to add a bookmark to the first page of each section?
Thanks
var mainReport = new StiReport();
...
foreach ...
mainReport.SubReports.Add(section);
Bookmarks in Subreports
Re: Bookmarks in Subreports
Hello.
You could just set the Bookmark property of the necessary components on the Subreports.
Thank you.
You could just set the Bookmark property of the necessary components on the Subreports.
Thank you.
Re: Bookmarks in Subreports
Thanks for your help. Must be doing it wrong, it does not seem to work for me. No bookmarks show up in the joined report. Is this the correct way to set a bookmark in code?
section.Pages[0].Bookmark = new StiBookmarkExpression("A");
mainReport.SubReports.Add(section);
section.Pages[0].Bookmark = new StiBookmarkExpression("A");
mainReport.SubReports.Add(section);
Re: Bookmarks in Subreports
Hello.
Please, try to enable the Bookmark panel with next button. Thank you.
Please, try to enable the Bookmark panel with next button. Thank you.
Re: Bookmarks in Subreports
Hello.
The bookmark panel is visible, my problem is that the bookmarks are not visible in the panel. I was expecting a bookmark for the first page of each section to appear.
Thanks
The bookmark panel is visible, my problem is that the bookmarks are not visible in the panel. I was expecting a bookmark for the first page of each section to appear.
Thanks
Re: Bookmarks in Subreports
Hello.
Sorry, but we couldn't reproduce your issue. We tried the same code and it works right.
Could you specify which version do you use?
Try the latest prerelease build.
If there still no bookmark, please, send us sample project that reproduces the issue.
Thank you.
Sorry, but we couldn't reproduce your issue. We tried the same code and it works right.
Could you specify which version do you use?
Try the latest prerelease build.
If there still no bookmark, please, send us sample project that reproduces the issue.
Thank you.