reporting services - How to write an expression to display 2 fields in a string in Visual Studio -
i trying take 2 fields , display them in string in ssreport. how write expression type of scenario.
fields!title1.value
fields!title2.value
expression:
= fields!title1.value stored in fields!title2.value room.
try in textbox:
=cstr(fields!title1.value) & cstr(fields!title2.value)
Comments
Post a Comment