Page 1 of 1
Help button in flash viewer toolbar
Posted: Tue Jun 07, 2011 5:00 pm
by jay@bplogix.com
There appears to be a help button in the flash viewer in the top toolbar in between the "bookmarks" and "thumbnails" button. This button is disabled. Is there a way to remove this button? What is the button supposed to do?
Thanks,
Jay
Help button in flash viewer toolbar
Posted: Wed Jun 08, 2011 7:43 am
by Vladimir
Hello,
This button displays/hides the Request from User variables panel. If no such variables in a report, this button is disabled. To remove this button, you can use the following option:
StiWebViewerFxOptions.Toolbar.ShowParametersButton = false;
Thank you.