Page 1 of 1

How to hide/disable Toolbar in stiReport ?

Posted: Tue Jun 04, 2013 7:41 am
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?

Re: How to hide/disable Toolbar in stiReport ?

Posted: Tue Jun 04, 2013 8:52 am
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;
}

Re: How to hide/disable Toolbar in stiReport ?

Posted: Thu Jun 06, 2013 7:33 am
by Artem Cherniavsky
Hello.

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

Thank you.