I have this expression in Reporting Services 16, which return an error as follows:
="--> " & SUM(Fields!entrace_money_value.Value)
& Microsoft.VisualBasic.Constants.vbcrlf
& "<-- " & SUM(Fields!exit_money_value.Value)
[rsCompilerErrorInExpression] The Value expression for the textrun ‘Textbox8.Paragraphs[0].TextRuns[0]’ contains an error: [BC30277] Znak typu & neodpovídá deklarovanému datovému typu String. --in Czech
Any help would be appreciated.