How do I create a Visual Studio 2013 Report from a DataTable (or DataSet) created in a method?
When fetching the Report.rdlc data source I reference the class where the DataTable is created, but it is not listed as DataSource.
I tried to add a DataSet.xsd to my project, I created a DataTable with the same schema as it will be generated, but I can not populate it with the method data.
How should I proceed? Thank you.