Hi,
I have Telerik Reporting Q3 2008 SP2(2.9.9.202).
I am trying to create a report book for a group of reports. And i don't whether this version supports report book or not. I was going through some documentation i find that there is one control that places Report Book in the tools column of report viewer. Right now i am not finding this control in my toolbox. I think this comes with the version Q1 2009.
Please tell me how to get this Report book control and how to create report book. I just extracted some code from the document to create report book but i cannot able to access the properties.
Imports System.ComponentModel |
<Description("A collection of Product-related reports")> _ |
Public Class ReportBook |
Inherits Telerik.Reporting.ReportBook |
Public Sub New() |
Me.Reports.Add(New DashBoard()) |
Me.Reports.Add(New ProductSales()) |
Me.Reports.Add(New ProductCatalog()) |
Me.Reports.Add(New ProductLineSales()) |
End Sub |
End Class |
Thanks.
Regards
Syed Arshad