This is a migrated thread and some comments may be shown as answers.

SQLDATASOURCE not showing up in Telerik Reporting 1.0 Tab

2 Answers 185 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ramey Chapman
Top achievements
Rank 1
Ramey Chapman asked on 01 May 2007, 03:38 PM
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

Sort by
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.

Kind regards,
Svetoslav
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ramey Chapman
Top achievements
Rank 1
answered on 02 May 2007, 01:13 PM
That makes sense.  Should have been looking for the SqlDataAdapter  instead of SqlDataSource. 

Thanks for the quick response.
Tags
General Discussions
Asked by
Ramey Chapman
Top achievements
Rank 1
Answers by
Svetoslav
Telerik team
Ramey Chapman
Top achievements
Rank 1
Share this question
or