Hello,
I am creating a Master Detail Report. I am able to display the master table. The data source for both is dynamically set. The detail table is a jointable. I am joining two tables and displaying the info in the detail report. But I am getting a weird error(you can see in the screens.doc). I am unable to fix the problem, can you please help me with the issue.
join tables and disply in report
Answers approved by DevExpress Support
Hello Rakesh,
Thanks for the update. It's good news that the problem has been resolved.
However, I believe it's not directly related to our methods. Apparently, this problem occurs because data tables data violates the constraint rules (such as ForeignKeyConstraint) defined between those tables.
Please refer to this article, to learn how to avoid such situations: DataTable Constraints (ADO.NET). Hope this helps.
Thank you,
Alex.