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

Popular Posts

Failed to execute the package or element. Build errors were encountered

Exception deserializing the package "The process cannot access the file because it is being used by another process."

Temporary enable and disable SSRS subscriptions