Hide/Disable Toolbar

Stimulsoft Reports.PHP discussion
Post Reply
suyonob
Posts: 19
Joined: Mon Feb 18, 2013 6:42 am

Hide/Disable Toolbar

Post by suyonob »

May i know how to hide Toolbar every we load a report ?
i'm using
PHP - JS 2016.1

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

Re: Hide/Disable Toolbar

Post by Alex K. »

Hello,

Could you explain your issue in more details? Which toolbar do you want to hide?

Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Re: Hide/Disable Toolbar

Post by Edward »

Hi Suyonob,

Please try to use the following code if your task to hide the viewer toolbar and we understood it correctly:

Code: Select all

var options = new Stimulsoft.Viewer.StiViewerOptions();
options.toolbar.visible = false;
If it is something else you are trying to achieve, please explain your task in more details as per Aleksey's question above.

More info on the viewer options is here: https://www.stimulsoft.com/en/documenta ... ptions.htm
And this is more on the designer options: https://www.stimulsoft.com/en/documenta ... ptions.htm

Thank you,
Edward
suyonob
Posts: 19
Joined: Mon Feb 18, 2013 6:42 am

Re: Hide/Disable Toolbar

Post by suyonob »

Thank you Edward and Aleksey.

It Works ! :)
suyonob
Posts: 19
Joined: Mon Feb 18, 2013 6:42 am

Re: Hide/Disable Toolbar

Post by suyonob »

Oh ya, previously i'm refered to
https://www.stimulsoft.com/en/samples/j ... tomization
but there was not suitable options for hide all toolbar.

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

Re: Hide/Disable Toolbar

Post by HighAley »

Hello.

You could find all options at the Class Reference.

Thank you.
Post Reply