Editible UserControl like combobox in report

Stimulsoft Reports.WPF discussion
Post Reply
blue1day
Posts: 2
Joined: Tue Oct 08, 2013 11:06 am

Editible UserControl like combobox in report

Post by blue1day »

Hello,

I would like to use StiComponent like combobox in report because I want restrict the string in the component when user input the text in editor mode.
I examined the Custom Control to make one I want, but it's hard to do for me.
Is there any solution that satisfy that condition?
or where can I get the detailed information to make Custom Control like ComboBox Controls.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Editible UserControl like combobox in report

Post by HighAley »

Hello.

You could use the Checkbox component for this.
You could find sample in our Demo. Look at the Interactive Reports - Editable Report.

Thank you.
blue1day
Posts: 2
Joined: Tue Oct 08, 2013 11:06 am

Re: Editible UserControl like combobox in report

Post by blue1day »

Hello,

I can't understand how to use the Checkbox component for this.
The CheckBox displays only true, false, but I want to select more cases.
For example, "Apple", "Grapes", "Strawberry"...
A user want to select the one of them, not to type the strings.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Editible UserControl like combobox in report

Post by HighAley »

Hello.

You could find the CustomComponent.Wpf sample project in the Samples folder of the installation destination of our product.

Thank you.
Post Reply