2 disabled toolbar buttons

Stimulsoft Reports.JS discussion
Post Reply
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

2 disabled toolbar buttons

Post by hugo »

Hello,

What is the goal of the 2 always disabled toolbar buttons ?
Can I hide them ?


Thanks,
Hugo.
Attachments
Screen Shot 2015-11-26 at 18.53.41.png
Screen Shot 2015-11-26 at 18.53.41.png (151.5 KiB) Viewed 1783 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: 2 disabled toolbar buttons

Post by Vladimir »

Hello Hugo,

Yes, you can use the following options:

Code: Select all

        var options = new Stimulsoft.Viewer.StiViewerOptions();
        options.toolbar.showBookmarksButton = false;
        options.toolbar.showParametersButton = false;

        var viewer = new Stimulsoft.Viewer.StiViewer(options, "StiViewer", false);
        ...
Thank you.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: 2 disabled toolbar buttons

Post by hugo »

Thank you.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: 2 disabled toolbar buttons

Post by HighAley »

Hello, Hugo.

We are always glad to help you.

Thank you.
Post Reply