Page 1 of 1
Add Combobox to Components tools (Report Designer for WPF)
Posted: Thu Sep 05, 2013 4:23 am
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.
Re: Add Combobox to Components tools (Report Designer for WP
Posted: Thu Sep 05, 2013 6:28 am
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.
Re: Add Combobox to Components tools (Report Designer for WP
Posted: Fri Sep 06, 2013 4:20 am
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.
Re: Add Combobox to Components tools (Report Designer for WP
Posted: Fri Sep 06, 2013 8:00 am
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.
Re: Add Combobox to Components tools (Report Designer for WP
Posted: Sun Sep 08, 2013 11:18 pm
by LIM HT
we want to add combobox component to the report page, not to forms
Re: Add Combobox to Components tools (Report Designer for WP
Posted: Mon Sep 09, 2013 6:09 am
by HighAley
Hello.
You could use Check Box with Editable property set to True.
Thank you.
Re: Add Combobox to Components tools (Report Designer for WP
Posted: Tue Sep 10, 2013 1:20 am
by LIM HT
Hello.
We want to use "ComboBox" not Checkbox.
Re: Add Combobox to Components tools (Report Designer for WP
Posted: Tue Sep 10, 2013 6:01 am
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.