I have been trying to create a Teleric Report which references a Stored Procedure via a DataSet. I have been unable to place a TableAdapter directly on to a telerik report. Further I have not been able to place TableAdapter into my visual studio 2008 ToolBox while focused on a Telerik Report. Anyone else encounter this ?
The work around. Here is how I have accomplished using the stored proc dataset. I use the report wizard to create a new dataset, which does not prompt for stored procedures. Once this is complete, a TableAdapter is automatically placed on the report. At this point I manually modify the Dataset/TableAdapter to reference a Stored Procedure. This seems to be a very roundabout way of doing things.
Is there an easier way ?
Kind Regards
Daniel
The work around. Here is how I have accomplished using the stored proc dataset. I use the report wizard to create a new dataset, which does not prompt for stored procedures. Once this is complete, a TableAdapter is automatically placed on the report. At this point I manually modify the Dataset/TableAdapter to reference a Stored Procedure. This seems to be a very roundabout way of doing things.
Is there an easier way ?
Kind Regards
Daniel