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

previous page sum on top of next page

2 Answers 158 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mohsen
Top achievements
Rank 1
mohsen asked on 02 Mar 2016, 10:00 AM
I need RUNNING page total ----------------------------- page1
1
2
3
page sum:6
----------------------------- page2
carryover:6
1
1
1
page sum:9 -> sum of all previous pages and this page
-----------------------------page3
2
2
2
page sum:15 -> sum of all previous pages and this page
grand total: 15 -> sum of all pages
how can I achieve this ? invoice with multiple pages need previous running totals on top of each page. please, some how it must be done. I use latest telerik reporting version.

2 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 03 Mar 2016, 01:23 PM
Hi Mohsen,

Please check my colleague's post and example in Carryover, page sum on top of next page.
After downloading the demo report add it in a ClassLibrary project and add Telerik.Reporting.dll reference. Then run the Upgrade Wizard to update the report to the installed on your machine Telerik Reporting version.

Note that the example uses custom code to get the desired totals from the previous page. The functionality is not available via expressions directly. The available expression support for page calculations is the PageExec function, also used in the custom code for transferring totals on the next page.


I hope this information is helpful.

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
0
Hassan
Top achievements
Rank 1
answered on 30 Apr 2020, 02:51 PM

hi stef 

your sample code not run in telerik report vb.net

please help me

Tags
General Discussions
Asked by
mohsen
Top achievements
Rank 1
Answers by
Stef
Telerik team
Hassan
Top achievements
Rank 1
Share this question
or