Devendra Kumar

Devendra Kumar

  • NA
  • 500
  • 157.6k

Concat string with arithmetic operation in rdlc c#

Sep 21 2018 9:40 AM
Hello all
I am working on rdlc report in c#. It was a billing report and I want to show the unit rate and unit amount together with a new line in between them.
 
I use the following formula but no luck
 
=Fields!Rate.Value & Environment.NewLine & (First(Fields!Qty.Value * Fields!Rate.Value)) 
 
by using the above formula it concatinates the whole numbers
 
How can I solve that? 

Answers (2)