I am embedding the ReportViewer in a WPF application. I have a very long report and I want to provide an easy way for the user to navigate in the report.
To achieve an integrated feeling for the user, I'd like to add some buttons to the application that allow the user to jump to certain bookmarks within the report. I cannot use the current page for the purpose, because the length of the sections is dynamic.
I found two older threads with a similar requirement, but they were not really solved by Telerik:
https://www.telerik.com/forums/navigate-to-a-bookmark-through-code
https://www.telerik.com/forums/navigating-to-bookmark-from-code
Is there some active development regarding this? Or any workaround? If there were events during rendering that allowed me to capture the report page of every bookmark, this would be sufficient. But I couldn't find anything like this.
I am also fine with calling internal methods using reflection if that's a quick workaround, because I need the functionality very soon.
Thanks,
Sascha