How to get Data Sources in the Data Explorer , When the Data Sources will load in data Explorer tab. My Question is whether we have to write code or it is enough to use any Wizard.
Give me the steps how to load data sources in the data explorer.
Thanks in advance Suresh
1 Answer, 1 is accepted
0
Svetoslav
Telerik team
answered on 18 Jun 2007, 01:12 PM
Hello rejoin2me,
You should have the data source available at design time - this means that the data source object is created and initialized in the Report.InitializeComponent() method. The easiest way is to use the Report.DataSource property editor that uses its own Connect Data Source Wizard.