I'm having some serious trouble with some reports. I can't seem to get the data to connect to the report through the Data Table Adapter. This is my first go at using telerik reporting, and I'm converting a bunch of Crystal Reports to Telerik. Everything was going smoothly most of the reports converted mostly smoothly, and they are running fine. I am now converting some of the ones that invloved sub reports, which I apparently need to create from scratch. No big deal, as they aren't terribly complex.
However, I seem to be missing something. On the first report, I associated the DataSource to the DataSet, and the DataMemeber to the DataTable, and the DataTableAdapter was automatically generated. However, I apparently missed the magic that made this happen, because I can't seem to duplicate this in later reports. I set the DataSource and DataMember, but the DataTableAdapter never gets created, and when I run the report, no data is found.
Pictures are attached.
However, I seem to be missing something. On the first report, I associated the DataSource to the DataSet, and the DataMemeber to the DataTable, and the DataTableAdapter was automatically generated. However, I apparently missed the magic that made this happen, because I can't seem to duplicate this in later reports. I set the DataSource and DataMember, but the DataTableAdapter never gets created, and when I run the report, no data is found.
Pictures are attached.