The first time I opened VS, I was able to see my custom business objects in the Configure Object Data Source dialog. However, now I'm not able to see any of the classes in the project in the Available data source types tab. I've re-installed several times and have made sure to build the project when changes are made and before running any of the wizards. I've added the following simple class which also does not show up in the list:
[System.ComponentModel.
DataObject(true)]
public class Car
{
public string Make { get; set; }
public string Model { get; set; }
public List<Car> GetCars()
{
return new List<Car>();
}
}
Is there a known issue with this version of Telerik Reporting related to the ability to view custom business objects? I'm using Telerik Reporting version 4.2.10.1221.