Sorry I'm learning as I go here. On your page “How to use reports based on multiple TTX files in Visual Studio .NET”, it states:
“All you need to do is create an ADO.NET dataset that matches precisely the structure of the TTX file and then use the following code:
- crReportDocument.SetDataSource(dataSet) or crReportDocument.SetDataSource(dataSet.Tables(0)) ”
Currently I create a System.Data,DataTable to use as the datasource, and it matches the table name and fields, is that no longer supported?