Edit button missing on StiWpfViewerControl
Edit button missing on StiWpfViewerControl
We render our reports in WPF with the following code.
StiOptions.Viewer.Windows.ShowCloseButton = false;
Stimulsoft.Report.Viewer.StiWpfViewerControl ViewerControl = new Stimulsoft.Report.Viewer.StiWpfViewerControl(report);
This used to provide us with the Stimulsoft preview control with a 'edit' button. Since we upgraded to version 2013.1.1600 we the edit button is missing.
We tried adding StiOptions.Viewer.Windows.ShowEditorTool = true; but this has no effect.
Any ideas?
Thanks
StiOptions.Viewer.Windows.ShowCloseButton = false;
Stimulsoft.Report.Viewer.StiWpfViewerControl ViewerControl = new Stimulsoft.Report.Viewer.StiWpfViewerControl(report);
This used to provide us with the Stimulsoft preview control with a 'edit' button. Since we upgraded to version 2013.1.1600 we the edit button is missing.
We tried adding StiOptions.Viewer.Windows.ShowEditorTool = true; but this has no effect.
Any ideas?
Thanks
Re: Edit button missing on StiWpfViewerControl
Hello.
Please, upgrade to the latest prerelease build that is available on our site.
This issue is already fixed.
Thank you.
Please, upgrade to the latest prerelease build that is available on our site.
This issue is already fixed.
Thank you.
Re: Edit button missing on StiWpfViewerControl
Meanwhile we updated to prerelease version 2013.2.1609.0, but we still don't get the editor button.
The option in StiOptions is enabled explicitly (we didn't have to do this in previous versions):
And we enable the option also on the viewer control we didn't have to do this in previous versions):
But I still don't get the editor button back.
Any suggestions?
The option in StiOptions is enabled explicitly (we didn't have to do this in previous versions):
Code: Select all
StiOptions.Viewer.Windows.ShowEditorTool = true;
Code: Select all
Stimulsoft.Report.Viewer.StiWpfViewerControl ViewerControl = new Stimulsoft.Report.Viewer.StiWpfViewerControl(report);
ViewerControl.ShowToolEditor = true;
Any suggestions?
Re: Edit button missing on StiWpfViewerControl
Hello,
On current moment, we make some changes for simplify the user interface.
You can set the following options:
Also you can set this property in PreviewSettings of report.
Thank you.
On current moment, we make some changes for simplify the user interface.
You can set the following options:
Code: Select all
StiOptions.Viewer.Windows.ShowPageDesignButton = true;
Thank you.
Re: Edit button missing on StiWpfViewerControl
That fixed it. Thanks!
Re: Edit button missing on StiWpfViewerControl
Hello,
Great!
Thank you.
Great!
Thank you.