SSRS: Expression – Concatenation
Constructing derived values through combining strings. Combining string values is one of the most common requirements when building reports. In this example, I will illustrate how to concatenate string values together to build a simple Contact field. I’ll begin with a simple dataset containing Supplier data. As you can see, the data contains four fields,…