Bookmarks in Report

Stimulsoft Reports.WEB discussion
Post Reply
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Bookmarks in Report

Post by kris@bplogix.com »

By default if a bookmark is added to the report the Bookmark Panel is displayed. Can I change this behavior to not display the bookmark panel if a bookmark is added to the report? If so can I change per report?

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Bookmarks in Report

Post by Alex K. »

Hello,

Please clarify which version of Stimulsoft Reports do you use? In last version, if you disable bookmarks panel then, next time, this panel is disabled.

Thank you.
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Bookmarks in Report

Post by kris@bplogix.com »

Using v2011.2
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Bookmarks in Report

Post by Alex K. »

Hello,

You can use the following code for WebViewer:
property AllowBookmarks="False"
for WebViewerFx
StiWebViewerFxOptions.Toolbar.ShowBookmarksButton = false;

Also
StiWebViewerFxOptions.Panels.BookmarksPanelMode = StiWebViewerFxOptions.StiViewerPanelMode.AlwaysHidden;
StiWebViewerFxOptions.Panels.BookmarksPanelMode = StiWebViewerFxOptions.StiViewerPanelMode.AlwaysVisible;
StiWebViewerFxOptions.Panels.BookmarksPanelMode = StiWebViewerFxOptions.StiViewerPanelMode.Auto;

Thank you.
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Bookmarks in Report

Post by kris@bplogix.com »

How can I do this per report? From the report designer?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Bookmarks in Report

Post by HighAley »

Hello.
[quote="kris"@bplogix.com]How can I do this per report? From the report designer?[/quote]
It's the property of the Viewer and you can't set it in the Designer.

Thank you.
Post Reply