LLBLGEN Pro 3 with .net 4.0 VS 2010 ASP.Net Website
I'm using a TypedView as the data source for a Local SSRS report (.rdlc file). From the RDLC designer, when I create the datasource I have the dropdown for the Datasource pointing to the LLBLGEN generated TypedViewClasses. This gives mulitple options for the Available Datasets dropdown, a Clone, 4 Select, a Copy and a CreateDataReader. (see sceen shot)
If I use the CreateDataReader all works OK. The problem is I cannot see any custom properties I have added to the Partial Class.
If I use any of the "Select" data sets I can see the custom properties OK but the report fails as the the RDLC designer sees multiple "Item" fields. (see screenshot) Duplicate field names are not allowed. I'm assuming that the Designer is seeing all the overloads for the "Item" as seperate fields. Is there any way around this?
Thanx Colin...