Sum of two different columns into single text box

For example


Solution
if its inside the tablix within dataset scope just do 
=Sum(Fields!UnitPrice.Value) + Sum(Fields!TaxRate.Value)


if its outside tablix or outside dataset scope use
=Sum(Fields!UnitPrice.Value,"datasetname") + Sum(Fields!TaxRate.Value,"datasetname")

Comments

Post a Comment

Hi User,
Thanks for visiting My Blog and please provide your valuable feedback and subscribe for more updates. Please don't post any spam content or comments.
Thank You