Add Combobox to Components tools (Report Designer for WPF)

Stimulsoft Reports.WPF discussion
Post Reply
LIM HT
Posts: 16
Joined: Fri Aug 23, 2013 10:51 am

Add Combobox to Components tools (Report Designer for WPF)

Post by LIM HT »

Hello.

we use StiWpfDesignerControl like...

Code: Select all

      
                private StiWpfDesignerControl designerControl;

                designerControl = new StiWpfDesignerControl();
                designerControl.SetValue(Grid.RowProperty, 1);
                designerControl.ShowMainMenu = false;
                rootGrid.Children.Add(designerControl);
We want to add Combobox component to Report Designer for WPF.

Is it possible to add combobox component to side tool area?

thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Add Combobox to Components tools (Report Designer for WP

Post by Alex K. »

Hello,

Can you please describe your task in more details?
You can place the Combobox component on form in WPF designer.

Thank you.
Attachments
Capture.png
Capture.png (25.75 KiB) Viewed 4350 times
LIM HT
Posts: 16
Joined: Fri Aug 23, 2013 10:51 am

Re: Add Combobox to Components tools (Report Designer for WP

Post by LIM HT »

we can add new pages or forms In report designer.

we want to add a new page and add component to the new page, not to forms.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Add Combobox to Components tools (Report Designer for WP

Post by HighAley »

Hello.
LIM HT wrote:we can add new pages or forms In report designer.

we want to add a new page and add component to the new page, not to forms.
It's impossible to add controls on report page.
Could you describe your issue more detailed, maybe we could advise you different way out.

Thank you.
LIM HT
Posts: 16
Joined: Fri Aug 23, 2013 10:51 am

Re: Add Combobox to Components tools (Report Designer for WP

Post by LIM HT »

we want to add combobox component to the report page, not to forms
Attachments
tool.JPG
tool.JPG (28.41 KiB) Viewed 4323 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Add Combobox to Components tools (Report Designer for WP

Post by HighAley »

Hello.

You could use Check Box with Editable property set to True.

Thank you.
LIM HT
Posts: 16
Joined: Fri Aug 23, 2013 10:51 am

Re: Add Combobox to Components tools (Report Designer for WP

Post by LIM HT »

Hello.

We want to use "ComboBox" not Checkbox.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Add Combobox to Components tools (Report Designer for WP

Post by Alex K. »

Hello,

As a way you can try to realize a custom own component. Please check the sample in the attachment.

Thank you.
Attachments
CustomComponent.Wpf.zip
(24.98 KiB) Downloaded 263 times
CustomComponent.zip
(89.19 KiB) Downloaded 290 times
Post Reply