How to data bind ComboBox and LookupBox

Stimulsoft Reports.NET discussion
Post Reply
spnvelvet
Posts: 35
Joined: Mon Jan 11, 2010 11:59 am

How to data bind ComboBox and LookupBox

Post by spnvelvet »

How to data bind ComboBox and LookupBox

It seems they are different from Winforms Data Binding (Display Member, Value Member).
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

How to data bind ComboBox and LookupBox

Post by Jan »

Hello,

You can use DataBindings property of this controls. Also you can access to WinForms control of this controls with help of .Control property. For example:

lookupBox.Control. ....


Thank you.
spnvelvet
Posts: 35
Joined: Mon Jan 11, 2010 11:59 am

How to data bind ComboBox and LookupBox

Post by spnvelvet »

Can you send a sample?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to data bind ComboBox and LookupBox

Post by Edward »

Hi

Here you are.

Just open attached report in Demo.exe sample application from standard installation.

Thank you.
Attachments
314.ComboboxExample.mrt
(14.96 KiB) Downloaded 391 times
spnvelvet
Posts: 35
Joined: Mon Jan 11, 2010 11:59 am

How to data bind ComboBox and LookupBox

Post by spnvelvet »

Thanks a lot.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to data bind ComboBox and LookupBox

Post by Edward »

Hi

You are welcome, please let us know if any help is required.

Thank you.
Post Reply