How to hide/disable Toolbar in stiReport ?

Stimulsoft Ultimate discussion
Post Reply
nimam2008
Posts: 8
Joined: Sun Dec 05, 2010 12:05 am
Location: india

How to hide/disable Toolbar in stiReport ?

Post by nimam2008 »

hello

this is my code
{
stiReport1.Load("..\\Report1.mrt");

stiReport1.Show();
}

and I want to hide or disable Toolbar in stiReport .
how should I change this code?
nimam2008
Posts: 8
Joined: Sun Dec 05, 2010 12:05 am
Location: india

Re: How to hide/disable Toolbar in stiReport ?

Post by nimam2008 »

i can use this code for hide some Button in toolbar such as Print Button
{
StiOptions.Viewer.Windows.ShowPrintButton = false;
}

but below code doesn't work
{
StiOptions.Viewer.Windows.ShowToolbar = false;
}
Artem Cherniavsky
Posts: 13
Joined: Fri Oct 05, 2012 1:31 pm

Re: How to hide/disable Toolbar in stiReport ?

Post by Artem Cherniavsky »

Hello.

We made some improvements in that direction
Please check the next prerelease build when it will be available.

Thank you.
Post Reply