Hello
I am trying to integrate reports in my Winform application but visible I am missing a step:
My application is a Winform application using an EntityFramework to manage the data (stored in y SQLServer database)
I have created a form with a Reportviewer in my project
In visual studio I have created a report (named rptStartList.vb) that has the datasource : rptEntityDataSource [Telerik.Reporting.EntityDataSource]
and the entityDatasource as a proper connectionstring, context ad contextdatamember. The report displays correctly the underlying data in preview
Now I need to "associate" this report to the report Viewer. I have read everything I found, but have failed to understand, in particular I do not understand how to
"Add reference to the class library that contains your reports in the windows form application." found in : https://docs.telerik.com/reporting/winforms-report-viewer-manual-setup
and how to create this class library and what is in it
Can you guide me on how to procee, clearly I am missing a, probably simple, step ....
Thanks in advance
P.S. should you have a complete sample application with the same environment I would appreciate greatly