
5 Answers, 1 is accepted


Hello Aubrey Ivan,
If your data is supposed to come from a Web Service you may use our dedicated WebServiceDataSource component. You may check the step-by-step tutorial How to: Connect to Google Books APIs.
In other cases, you may indeed use the ObjectDataSource component. We provide a sample with our demos that come with the installation of Telerik Reporting. The demos are deployed by default in (Telerik Reporting installation folder)\Examples\CSharp or VB (e.g. C:\Program Files (x86)\Progress\Telerik Reporting R3 2019\Examples\CSharp). The ReportLibrary project contains our CLR reports. The report using an ObjectDataSource is ListBoundReport in the sub-folder DataBinding of the project. The model (Car) and the data providing class (Cars) are in the same folder.
I suggest to test and if you have any difficulties you may open a support ticket and ask further questions.
Regards,
Todor
Progress Telerik

Hello Aubrey Ivan,
The error message 'No Report' in the Html5 Viewer usually means that there is no reportSource assigned to the viewer. I suggest checking How to: Set ReportSource for Report Viewers article.
Regards,
Todor
Progress Telerik