All the examples and videos, talk about best practice and creating the reports in a separate class file.
All I want to do is create a few reports in an existing web app and run drive the reports from a stored proc. Are there any examples on how to do this.
Andy
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 12 Jun 2009, 06:40 AM
Hello Andy,
There is no problem to have the reports in a web application. Problems only arise if they are used directly in web site projects, which have some specifics and limitations. We "push" using separate class library due to this and the fact that it is good to have the report logic separated from your app logic, as the reports can be used in both win and web applications.
About the stored procedure - you will find this KB article helpful: Using data source with parameters in Telerik Reporting.