I’ve made some reports using the ReportViewer and Reports (*.rdlc-files) in visual studio 2005. I really enjoy the ReportViewer!! My reports is now generated direct from my SQL 2005 database but I now want to generate a report from a typed DataSet that is instantiated locally in the program (my typed dataset is a subset of info from the database).
How do I connect the .rdlc-file to my object? I see that I can choose Add new data source -> Object but I want in runtime to do that on my instantiated DataSet. Is that possible?
I for sure have missed something and all tips are welcomed!!
How do I connect the .rdlc-file to my object? I see that I can choose Add new data source -> Object but I want in runtime to do that on my instantiated DataSet. Is that possible?
I for sure have missed something and all tips are welcomed!!