Page 1 of 1
Hide/Disable Toolbar
Posted: Sun Jul 23, 2017 7:20 am
by suyonob
May i know how to hide Toolbar every we load a report ?
i'm using
PHP - JS 2016.1
Thank you
Re: Hide/Disable Toolbar
Posted: Sun Jul 23, 2017 8:26 pm
by Alex K.
Hello,
Could you explain your issue in more details? Which toolbar do you want to hide?
Thank you.
Re: Hide/Disable Toolbar
Posted: Sun Jul 23, 2017 8:31 pm
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
Re: Hide/Disable Toolbar
Posted: Mon Jul 24, 2017 12:30 am
by suyonob
Thank you Edward and Aleksey.
It Works !

Re: Hide/Disable Toolbar
Posted: Mon Jul 24, 2017 12:49 am
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
Re: Hide/Disable Toolbar
Posted: Mon Jul 24, 2017 11:10 am
by HighAley
Hello.
You could find all options at the
Class Reference.
Thank you.