Dim jp As New JobPlan
Dim ds As Data.DataTable = jp.JobPlansByUser(User_GUID)
With radgrid_JobPlans
.DataSource = ds
.DataBind()
End With
How do I do this with a report, and where would I put the code, in the report itself or the aspx display page.
I understand I wont get the design time benifits of having a sample of the data to design the reports.
Andy
Hi,
I am using Telerik Reporting that is working in Development environment (VS 2008). When I deploy my application in IIS7.0 + windows server 2008 it stopped working and I
am getting the following error
The http handler needed by the Report Viewer has not been registered in the application's web.config file. Add <add verb="*"path="Telerik.ReportViewer.axd" type ="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.9.9.202, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" /> to the system.web/httpHandlerssection of the configuration file.
Please guide me to resolve this.