Page 1 of 1

Error Visible - Collapse Export button in client mode

Posted: Fri Jul 22, 2011 10:37 pm
by Hoang Nguyen
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!

Error Visible - Collapse Export button in client mode

Posted: Sat Jul 23, 2011 2:28 am
by Anton Lozovskiy
Hello,

We couldn't reproduce this bug. Could you please send us a short video which demonstrates how the issue can be reproduced?

Thank you.

Error Visible - Collapse Export button in client mode

Posted: Thu Jul 28, 2011 9:41 pm
by Hoang Nguyen
Hi,
Image ("Error1.jpeg") when i use follow code:
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
Image ("Error2.jpeg") when I use follow code:
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
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
Note: I use export in client side.

Error Visible - Collapse Export button in client mode

Posted: Fri Jul 29, 2011 6:59 am
by Anton Lozovskiy
Hello,

Please check the latest prerelease build. This problem is not reproduced under this build.

Thank you.