Hi I recently made a post regarding the cast that I needed to create if I wanted to assign a DataSource to my Telerik Report Q1 2009 during RunTime from my WebForm1 page which contains a ReportViewer.
((Telerik.Reporting.Report)this.ReportViewer1.Report).DataSource = ds;
Now I would like to from the same WebForm1 page access the Chart control that resides in my Report, Report1.
I also have a reporting Table as well that I would also like to hook up.
How would I attach a DataSource to both of these controls during RunTime in my WebForm1.cs code behind page?
Many thanks
((Telerik.Reporting.Report)this.ReportViewer1.Report).DataSource = ds;
Now I would like to from the same WebForm1 page access the Chart control that resides in my Report, Report1.
I also have a reporting Table as well that I would also like to hook up.
How would I attach a DataSource to both of these controls during RunTime in my WebForm1.cs code behind page?
Many thanks