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?
How to hide/disable Toolbar in stiReport ?
Re: How to hide/disable Toolbar in stiReport ?
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;
}
{
StiOptions.Viewer.Windows.ShowPrintButton = false;
}
but below code doesn't work
{
StiOptions.Viewer.Windows.ShowToolbar = false;
}
-
- Posts: 13
- Joined: Fri Oct 05, 2012 1:31 pm
Re: How to hide/disable Toolbar in stiReport ?
Hello.
We made some improvements in that direction
Please check the next prerelease build when it will be available.
Thank you.
We made some improvements in that direction
Please check the next prerelease build when it will be available.
Thank you.