Design Report button
Design Report button
I've seen in the Wpf samples a button "Design Report" in the toolbar.
How can I enable this button on my reports?
I show the report with ShowWithWpf() method, but I want the user to be able to change the report within the preview.
How can I enable this button on my reports?
I show the report with ShowWithWpf() method, but I want the user to be able to change the report within the preview.
Design Report button
Hello.
Thank you.
There is a MainToolBar property of the Wpf Viewer. You could add there any button.JobaDiniz wrote:I've seen in the Wpf samples a button "Design Report" in the toolbar.
How can I enable this button on my reports?
I show the report with ShowWithWpf() method, but I want the user to be able to change the report within the preview.
Thank you.
Design Report button
I only found MainToolbarVisibility.
However, I'm not using the Wpf Viewer. I have a StiReport instance and I call ShowWithWpf() method.
However, I'm not using the Wpf Viewer. I have a StiReport instance and I call ShowWithWpf() method.
Design Report button
Hello.
You should use Stimulsoft.Report.Viewer.StiWpfViewerControl.MainToolBar for your needs.
Thank you.
Wpf Viewer is called by ShowWithWpf() method.JobaDiniz wrote:I only found MainToolbarVisibility.
However, I'm not using the Wpf Viewer. I have a StiReport instance and I call ShowWithWpf() method.
You should use Stimulsoft.Report.Viewer.StiWpfViewerControl.MainToolBar for your needs.
Thank you.
Design Report button
Could you provide some code? Because I'm not finding this property.
-
- Posts: 135
- Joined: Tue Aug 11, 2009 9:38 am
Design Report button
Hello,
Please, find the attached sample application.
Thank you.
Please, find the attached sample application.
Thank you.
- Attachments
-
- 1827.WpfApplication3.zip
- (8 KiB) Downloaded 283 times
Design Report button
Ok, but I don't have the "StiWpfViewerControl" in my window.
I simply have a StiReport and from it I call ShowWithWpf().
I simply have a StiReport and from it I call ShowWithWpf().
Design Report button
Hello.
Thank you.
The only way is to create a form and put there StiWpfViewerControl.JobaDiniz wrote:Ok, but I don't have the "StiWpfViewerControl" in my window.
I simply have a StiReport and from it I call ShowWithWpf().
Thank you.