5 Answers, 1 is accepted
0
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.:
Kind regards,
Steve
the Telerik team
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
thanks
Elias
0
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
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
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
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