Error Visible - Collapse Export button in client mode
Posted: Fri Jul 22, 2011 10:37 pm
Hi,
I used StiOption to collapse all menuitems export data in my app:
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowCsvButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowDbfButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowDifButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowSylkButton = False
but the menuitem "Data" isn't collapse. When I add:
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowBmpButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowJpegButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowGifButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowSvgButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowSvgzButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowPngButton = False
menuitem "Data" is collapse but menuitem "image" isn't collapse
Please help me!
I used StiOption to collapse all menuitems export data in my app:
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowCsvButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowDbfButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowDifButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowSylkButton = False
but the menuitem "Data" isn't collapse. When I add:
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowBmpButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowJpegButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowGifButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowSvgButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowSvgzButton = False
Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowPngButton = False
menuitem "Data" is collapse but menuitem "image" isn't collapse
Please help me!