can anyone please help me with "create a telerik reporting directly in webform". sample code will be great! I really need to create report in my web application programmatically instead of creating a class library to contain my report.
thanks!
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 17 Jun 2008, 02:41 PM
Hi Haoli Li,
As we've explained in our help documentation and in various forum threads, we do not recommend using our Reporting tool directly in websites, due to various problems caused by the high level of commitment of websites and VS - the designer is not fully working, the report datasource is reset or not recognized, the DataSetTableAdapter gets messed up etc.
If you still want to use it, you can do so by adding App_Code folder in your website and add telerik report to it. After that you can follow the conventions and best practices from our help describing the report creation. The same goes for programmatic creation - more info available here.