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

Reportbook

5 Answers 102 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anna
Top achievements
Rank 2
Anna asked on 01 Feb 2013, 03:24 PM
After I upgraded to Telerik Reporting Q3, the Reportbook control is missing in my toolbox.  Help!

5 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 04 Feb 2013, 12:12 PM
Hi Anna,

As indicated in the Q3 2012 SP1 release notes, the ReportBookControl is obsolete and you should use ReportBook Class instead. You can see this approach in action in our report demos in the ReportBook.cs file. Namely create a class that inherits from Telerik.Reporting.ReportBook and in its constructor add the report you want to the report book e.g.:

Copy Code
Public Class ReportBook
    Inherits Telerik.Reporting.ReportBook
    Public Sub New()
        Me.Reports.Add(New DashBoard())
        Me.Reports.Add(New ProductSales())
    End Sub
End Class


Kind regards,
Steve
the Telerik team

HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

0
Elias
Top achievements
Rank 1
answered on 18 Mar 2014, 08:04 PM
Hi, related this topic. I have to create a reportbook. the control is missing in the toolbox, could you please explain to me how can I do that. I already have the separated reports. How can I merge it. I see in other here that I have to add by code but I dont know where.
thanks 
Elias
0
Nasko
Telerik team
answered on 21 Mar 2014, 02:52 PM
Hello Elias,

We replied to this inquiry in the other thread where you posted regarding the Report Book. Please find the answer here.

Regards,
Nasko
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
Jolanta
Top achievements
Rank 1
Veteran
answered on 17 Oct 2016, 09:37 AM

Hi,

do you have any idea, how to make this:
add to reportbook only those reports, which have data (from main DataSource).
Those with "no-data" should be ignored, the best - if they where mentioned somehow in another list.

Jola

0
Katia
Telerik team
answered on 19 Oct 2016, 01:43 PM
Hello Jola,

Checking if the report's data source has any data before adding this report into ReportBook is not supported out-of-the-box.

You can log a feature request into our feedback portal and describe the exact functionality you are looking for. New features are selected for development based on the demand from the community.


Regards,
Katia
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Anna
Top achievements
Rank 2
Answers by
Steve
Telerik team
Elias
Top achievements
Rank 1
Nasko
Telerik team
Jolanta
Top achievements
Rank 1
Veteran
Katia
Telerik team
Share this question
or