This is a migrated thread and some comments may be shown as answers.

Cannot find Report Book control in my toolbox

1 Answer 193 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Syed
Top achievements
Rank 1
Syed asked on 05 Jun 2009, 03:27 PM
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

1 Answer, 1 is accepted

Sort by
0
Accepted
Svetoslav
Telerik team
answered on 08 Jun 2009, 04:11 PM
Hi Syed,

The Report Book component is available since 2009 Q1 version so you need to install 2009 Q1 or a later version.
 

Kind regards,
Svetoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Syed
Top achievements
Rank 1
Answers by
Svetoslav
Telerik team
Share this question
or