I am working on telerik reporting, every thing was fine until I receive one new requirement from client. Currently, on clicking "Generate" button, telerik reports viewer showing all data with paging and the new requirement is to give one option on page i.e. "View All", If user click on "View All" button, the viewer should show all data in one page only!!! i.e. without paging. User should be allow to show all report data in one shot without paging.
Is this possible in telerik reporting? if yes please let me know how? I am new in telerik reporting and have to finish this task ASAP.
Thanks,
Vatsal Desai
16 Answers, 1 is accepted

Thanks,
Sumeet

Currently WPF/Silverlight/WinForms report viewers are page orientated. However its in our TO DO list to add an interactive layout (report on one page) to the report viewers. Once we start working on it we will update our Roadmap.
Kind regards,Peter
the Telerik team

Thanks again and will wait for this update so that I can implement it in my project.

I want to show all data without paging too and this thread is very sad because it means that we can get this feature not earlier than in 2012.
But I found interesting solution: we all know that almost all report's controls have property KeepTogether. And it means that if we change it to true for table then all records will be placed on one page in web browser and on many pages in pdf/etc.
Also we can write something like
this.labelsGroup.GroupKeepTogether = GroupKeepTogether.All;in ctor of report for reports generated by wizard.
I hope this will help to someone who search solution for this issue.
P.S. page numbers have correct values in pdf

As my colleague mentioned in previous post, providing support for interactive layouts is work in progress and we hope we would be able to introduce it for the Q3 2011 release in mid November. This information is already on our Roadmap.
All the best,
Steve
the Telerik team
Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.




Is there any solution found for this issue ? I am working with Q3 2012 version and have a report with following format
Page Header
Group Header
Details
Telerik says I can not display all the sections on one page. Did any one find any work around for this issue ?
Thanks
You can display all of the sections in a single continuous form using the report viewer's Interactive View layout (default).
Please check if the report sections or any sub-reports inside these sections contain any PageBreak settings forcing the Interactive View to split them into pages.
Regards,
Nasko
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

Please check the Design Considerations for HTML Rendering article. Based on it I can suggest you to use a Table/List/Crosstab item, which will be rendered on a single page in interactive preview. Note that different browsers have their own limitations, which have to be considered.
I hope the above information is helpful.
Regards,
Stef
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

Hi,
I've created a Band report (ASP.Net MVC HTML5 Viewer) and need to show all records on a single page.
I'm using latest version of Telerik Reporing.
Can you please let me know how this can be done.
Please test using the VS item template to add an HTML5 Viewer in your application. The item template contains a wizard allowing you to add a project with reports. The Report Wizard will guide you to create a demo report - my suggestion is to select the Table layout (Table and CrossTab Wizards).
The Table item is rendered in HTML interactive preview on a single continuous page - Design Considerations for HTML Rendering article.
Regards,
Stef
Telerik