Click here to Skip to main content
15,916,091 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have dataset1 contains : ( name - price ) in rdlc report and textbox1 placed in the footer of the report. I tried to sum the total of column (price) but I get error :

> Severity Code Description Project File Line Suppression State
> Error
> The Value expression for the text box ‘Textbox1’ references
> report item 'price' in an aggregate expression with a scope. A scope
> is not allowed on aggregates in the page header or footer which
> reference report items


how to sum the column price and show the result in textbox1 in the footer ?

What I have tried:

here is the expression I used :

=SUM(reportitems!price.Value, "dataset1")
Posted
Comments
medo0- 5-Feb-16 6:24am    
anyone guys ?

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