Hi all,
I'm new with Telerik Reporting and now i get the sum of my fields "
it works so good but now i want to add sum every page to the sum of next page like that
page 1:
total of "
page 2:
total of "
i want to total of page 2 will be = 200 ( 100 of page one and 100 of page two ...... ect ) not 100
i try to use
but it works only if i write
i try to change
i'm so sorry if my English is bad but please can any one help me ?
I'm new with Telerik Reporting and now i get the sum of my fields "
pt_id
" per page with expression=PageExec("textBox1",Sum(Fields.pt_id))
it works so good but now i want to add sum every page to the sum of next page like that
page 1:
total of "
=PageExec("textBox1",Sum(Fields.pt_id))
" in page one = 100page 2:
total of "
=PageExec("textBox1",Sum(Fields.pt_id))
" in page two = 100i want to total of page 2 will be = 200 ( 100 of page one and 100 of page two ...... ect ) not 100
i try to use
= RunningValue("Report1",Sum(Fields.pt_id))
but it works only if i write
"Report1"
i want to run it for every page not for report ???i try to change
"Report1"
with "pageFooter" but not work - so please how can i do it ?i'm so sorry if my English is bad but please can any one help me ?