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

Show all report data without paging

16 Answers 582 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vatsal
Top achievements
Rank 2
Vatsal asked on 20 May 2011, 02:44 PM
Hi,

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

Sort by
0
Sumeet
Top achievements
Rank 1
answered on 25 May 2011, 01:27 AM
I am also looking for same thing. If you find any solutions pls post it.

Thanks,
Sumeet
0
Vatsal
Top achievements
Rank 2
answered on 25 May 2011, 07:04 AM
Sorry!!! I didn't found any soln. I am still waiting for reply. I am expecting telerik team should write something. Even I don't know this is possible in telerik reporting or not???
0
Accepted
Peter
Telerik team
answered on 25 May 2011, 05:38 PM
Hello Vatsal,

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
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 Public Issue Tracking system and vote to affect the priority of the items
0
Vatsal
Top achievements
Rank 2
answered on 26 May 2011, 07:08 AM
Thanks for your quick reply. I was waiting for your reply to just make sure this is possible or not so that I will not waste my time in R & D.
Thanks again and will wait for this update so that I can implement it in my project.
0
Alexander Shashkin
Top achievements
Rank 1
answered on 07 Sep 2011, 09:34 PM
Hi all,
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
0
Travis
Top achievements
Rank 1
answered on 31 Oct 2011, 05:17 PM
So how do you show all report data without paging in a webform report viewer?  Is this supported?
0
Steve
Telerik team
answered on 01 Nov 2011, 08:53 AM
Hi guys,

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.

0
Travis
Top achievements
Rank 1
answered on 01 Nov 2011, 03:17 PM
The GroupKeepTogether property worked for the most part, but if you use a report header or report footer and your group spans more than one page all of the group data appears on the second page and the first page is blank.  This occurs only when printing and exporting to PDF.  If you use a table object, everything works fine.  Also, if you use a page header instead of a report header it also works fine, but then you are forced to have that header on every page.
0
ChuckRock
Top achievements
Rank 1
answered on 09 Jan 2013, 06:54 PM
I know this is an old thread, but has any progress been made on allowing an entire report to be displayed at one time without the need to walk through 'pages'? [Using ReportViewer within a web page]
0
Massimiliano Bassili
Top achievements
Rank 1
answered on 10 Jan 2013, 02:06 PM
Did you try the Interactive view of the viewer, which is default view by the way. It would still use some logical paging, but if for example you represent your data in a single data item (e.g. Table or SubReport) it would be rendered on a single page.

0
Amit
Top achievements
Rank 1
answered on 31 Jul 2014, 02:49 PM
Hey guys,

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

0
Nasko
Telerik team
answered on 05 Aug 2014, 06:58 AM
Hello Amit,

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.

 
0
विवेक
Top achievements
Rank 1
answered on 19 Nov 2014, 01:09 PM
Hey, I am using Q3 2014 reporting Version. I want to show all the pages in the same page rather than allowing him to choose next page. Is that possible ?
0
Stef
Telerik team
answered on 19 Nov 2014, 01:24 PM
Hello,

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.

 
0
Avinash
Top achievements
Rank 1
answered on 11 Mar 2016, 12:04 PM

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.

 

0
Stef
Telerik team
answered on 12 Mar 2016, 03:16 PM
Hi Avinash,

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
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
Vatsal
Top achievements
Rank 2
Answers by
Sumeet
Top achievements
Rank 1
Vatsal
Top achievements
Rank 2
Peter
Telerik team
Alexander Shashkin
Top achievements
Rank 1
Travis
Top achievements
Rank 1
Steve
Telerik team
ChuckRock
Top achievements
Rank 1
Massimiliano Bassili
Top achievements
Rank 1
Amit
Top achievements
Rank 1
Nasko
Telerik team
विवेक
Top achievements
Rank 1
Stef
Telerik team
Avinash
Top achievements
Rank 1
Share this question
or