Csla based objects and ReportDataSource class #3370
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 1 comment 2 replies
-
I've always used a ReadOnlyList with my reports. Are you using a BindingSource? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have an application with one UI in Winforms.
I tried to use ReportDataSource directly with Csla object but it complained about not supplying a datasource that implements Type, IEnumerable etc. :)
We have ObjectAdapter in Csla so I populated a dataset from a Csla based object and we are good but I am curious, is it possible to use Csla object without ObjectAdapter (as DataSource for rdlc report) ?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions