Error Visible - Collapse Export button in client mode

Stimulsoft Reports.Silverlight discussion
Locked
Hoang Nguyen
Posts: 11
Joined: Wed Jun 15, 2011 10:19 pm
Location: VN

Error Visible - Collapse Export button in client mode

Post 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!
Anton Lozovskiy
Posts: 135
Joined: Tue Aug 11, 2009 9:38 am

Error Visible - Collapse Export button in client mode

Post 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.
Hoang Nguyen
Posts: 11
Joined: Wed Jun 15, 2011 10:19 pm
Location: VN

Error Visible - Collapse Export button in client mode

Post 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.
Attachments
1207.Error2.jpg
1207.Error2.jpg (34.74 KiB) Viewed 2415 times
1206.Error1.jpg
1206.Error1.jpg (29.89 KiB) Viewed 2417 times
Anton Lozovskiy
Posts: 135
Joined: Tue Aug 11, 2009 9:38 am

Error Visible - Collapse Export button in client mode

Post by Anton Lozovskiy »

Hello,

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

Thank you.
Attachments
1211.Image2.PNG
1211.Image2.PNG (24.75 KiB) Viewed 2406 times
1210.Image1.PNG
1210.Image1.PNG (26.26 KiB) Viewed 2405 times
Locked