Hello,
which Stimulsoft libraries must be used, and which properties must be set to see Bookmarks panel in Viewer.
Thank you.
How to show Bookmarks panel?
Re: How to show Bookmarks panel?
Hello.
The Bookmarks panel is in the Reports.Wpf assembly.
It's shown if it's necessary. You could disable it with next option:
Thank you.
The Bookmarks panel is in the Reports.Wpf assembly.
It's shown if it's necessary. You could disable it with next option:
Code: Select all
StiOptions.Viewer.Windows.ShowBookmarksPanel = false;
Re: How to show Bookmarks panel?
Thank you... I saw a lot of properties linked to bookmarks, but I overlooked this one... it is ok now 

Re: How to show Bookmarks panel?
Hello.
Sometimes it's useful to look for any option in OptionsHelper.exe.
Let us know if you need any additional help.
Thank you.
Sometimes it's useful to look for any option in OptionsHelper.exe.
Let us know if you need any additional help.
Thank you.