This is a migrated thread and some comments may be shown as answers.

ObjectDataSource Classes Missing

3 Answers 111 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Don Worthley
Top achievements
Rank 1
Don Worthley asked on 21 Feb 2011, 08:17 PM

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.

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 22 Feb 2011, 05:10 PM
Hello Don,

We were not able to reproduce such a problem on our (see attached video) end and would need additional guidance on this problem. A sample project with the class definition that exhibits the problem or any additional steps to reproduce would be highly appreciated.

Greetings,
Steve
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Kiran
Top achievements
Rank 1
answered on 19 Sep 2013, 04:14 PM
I am using the Silverlight,

Keeping all the reports in Silverlight.web,

While going to configure objectdatasource, I am not able to see Silverlight.web project in the list, All my datalist class in this project.

Please help
0
Nasko
Telerik team
answered on 20 Sep 2013, 03:20 PM
Hi Kiran,

We will need some additional information about the issue, so please send us a runnable sample project that we can review locally. If you have some sensitive information in your sample project you can send it via our support ticketing system, as you already have an opened a ticket for the same issue there.

Thank you for your understanding.

Regards,
Nasko
Telerik

Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.

Tags
General Discussions
Asked by
Don Worthley
Top achievements
Rank 1
Answers by
Steve
Telerik team
Kiran
Top achievements
Rank 1
Nasko
Telerik team
Share this question
or