C
Crazy Cat
I'm wondering if this is a feature or a bug in VS 2005 (Haven't
checked it in 2008) --
If you decorate a class with the System.ComponentModel.DataObject
attribute it
doesn't appear in the list of Data Sources for the Report Builder. I
pulled my
hair out for quite a while when dealing with this recently -- I had a
class that I needed
to consume in the Report Builder but it just did not appear in the
Report Builder list of Data Sources. Once I commented out the
System.ComponentModel.DataObject (I was also
using it as a data layer object) the class was visible in the Report
Builder.
Anyone notice this -- I haven't seen it documented anywhere on the
web.
Thanks,
Crazy
checked it in 2008) --
If you decorate a class with the System.ComponentModel.DataObject
attribute it
doesn't appear in the list of Data Sources for the Report Builder. I
pulled my
hair out for quite a while when dealing with this recently -- I had a
class that I needed
to consume in the Report Builder but it just did not appear in the
Report Builder list of Data Sources. Once I commented out the
System.ComponentModel.DataObject (I was also
using it as a data layer object) the class was visible in the Report
Builder.
Anyone notice this -- I haven't seen it documented anywhere on the
web.
Thanks,
Crazy