Appending two tables to a Binding Source

mikelcid

New Member
Hi all!

I am developing a custorm Designer Form for reports with DevExpress XReport and I would like to give it a binding source with two tables but I have take a look to it and I only find ways to append only one table to a binding source.

The question is if it exits any way for appending two tables to the same binding source.

Thanks in advance.
 
ok I am on unknown grounds now. I suspect you are talking about the new GUI for .NET and then specifically to the probindingsource. If thats the case then it should be possible to set a query, a dataset and a buffer handle as the datasource for the probinding source. So f I understand your question correctly then is it possible to append data from 2 tables to the same bindingsource.

HTH,
Casper.
 
Back
Top