Click here to Skip to main content
15,889,776 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have created a report a with the fields quantity and rate with the 30 data in the table.I limited to 3 data in a page.Now i should calculate the total of Quantity values in the footer of the table..All the values are from the same table...
For example,the report should generate as below

Page 1:
Sno  |Quantity  |   Rate
1    |    1     |   45
2    |    3     |   8
3    |    5     |   86
--------------------------
Total|    9     |   211
--------------------------

Total should be displayed in Table footer in each page

Page 2:

Sno  |Quantity  |   Rate
4    |    1     |   2
5    |    2     |   3
6    |    4     |   4
--------------------------
Total|    16    |   220
--------------------------


I dont know what expression i should use to generate this total... Can anyone please help me out?
Posted
Updated 27-Nov-11 20:30pm
v5

1 solution

Check these threads
How to show total in page wise for .rdlc[^]
Group Total in Footer (SSRS)[^]
I think you need to make some changes based on your requirements

For your information
SSRS: RunningValue() to get Cumulative Totals[^]
Common Expressions for ReportViewer Reports[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900