Have you guys seen any issues with adding the SQLDATASOURCE to the Telerik Reporting 1.0 tab. In the report designer its grayed out when I check "show all" in the tab. I've gone through the steps of "Choose Items" and checked SQLDATASOURCE.
2 Answers, 1 is accepted
0
Svetoslav
Telerik team
answered on 02 May 2007, 12:28 PM
Hi Ramey,
The reason is that the SqlDataSource is a Web control (and this applies to all data source controls that derive from System.Web.UI.WebControls.DataSourceControl) and you cannot use any Web or Windows Forms controls inside a report. You're allowed to use only the Telerik Reporting report items (that derive the Telering.Reporting.ReportItemBase class) or other components like SqlDataAdapter or SqlConnection for example.
Please review the accompanying documentation that is deployed with the Telerik Reporting about how to connect a data source to a Telerik Report.