I have a textbox, and I want to set it's value to this:
Equipment: Equipment Name
So I tried to set this at textbox expression value:
"Equipment: " & =Fields!EquipmentName.Value
Altought this doesn't work. How can I concat "Equipment" with an expression?
You got it almost right. The expression should be:
= "Equipment: " & Fields!EquipmentName.Value
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With