14.6. Using the ReportBook Control

The ReportBook control is a new addition to Telerik Reporting. Its main purpose is to combine reports in order to print all of them in a single operation. As of this writing, this control exists only for Windows and web applications.

The control configuration is actually quite simple. You just need to list the reports you want to combine, and then let the report viewer know you want to use ReportBook. Listing 14-11 shows how to configure the control. Figure 14-35 shows the ReportBook control in action.

Example 14.11. Configuring ReportBook
<telerik:ReportViewer ID="ReportViewer1" runat="server"
                      ReportBookID="ReportBookControl1">
</telerik:ReportViewer>
<telerik:ReportBookControl ID="ReportBookControl1" runat="server"> ...

Get Pro Telerik ASP.NET and Silverlight Controls: Master Telerik Controls for Advanced ASP.NET and Silverlight Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.