Report Books and Parameters with Telerik Reporting

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Wed, 07 Apr 2010 00:00:00 GMT Indexed on 2010/04/07 9:03 UTC
Read the original article Hit count: 364

Filed under:
Telerik Reporting provides a simple, yet powerful, component called the ReportBook that allows multiple reports to be combined into one. Doing so makes displaying, printing, and exporting multiple reports a much simpler task for end users. Providing this type of functionality does leave one question though, "How are report parameters handled?" This entry will focus on providing the answers to that simple question.

Click here to download the sample code so you can follow along.

Creating a ReportBook
ReportBooks are supported in all three environments the ReportViewer supports, WinForms, Silverlight, and ASP.NET. Adding a ReportBook to each of these environments is very similar. This example focuses on using a ReportBook with the WinForms ReportViewer.
  1. Create a WinForms Application
  2. Add a reference to the project containing the reports.
  3. Drag a ReportViewer from the ToolBox into the designer.
  4. Drag a ReportBook from the ToolBox into the designer.

    A dialog will be displayed asking for the reports to be included in the ReportBook....

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner