Viewer-control (Wpf and Ribbon)

Stimulsoft Reports.WPF discussion
Post Reply
RDR_Norkart
Posts: 46
Joined: Thu Jan 10, 2013 11:40 am

Viewer-control (Wpf and Ribbon)

Post by RDR_Norkart »

I can create a StiWpfDesignerControl (with Ribbon) and put the control in my own window.
Like this:

_designerControl = new StiWpfDesignerControl();
MyGrid.Children.Add(_designerControl);

Great!

But...
Is it possible to create a Viewer-control (Wpf and Ribbon) and put the control in my own window as well?
I see that I can get a viewer with a ToolBar, but not with a Ribbon...
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Viewer-control (Wpf and Ribbon)

Post by HighAley »

Hello.
RDR_Norkart wrote:Is it possible to create a Viewer-control (Wpf and Ribbon) and put the control in my own window as well?
I see that I can get a viewer with a ToolBar, but not with a Ribbon...
There is a StiWpfRibbonViewerControl with Ribbon interface.

Thank you.
Post Reply