Use HTML in SSRS reports

Create a string that contains HTML code, for example: (TableName).(MyFieldName) = ‘<span style=”font-weight:bold”>’ + custTable.AccountNum + ‘</span>’; MyFieldName is the name of the field on the tmp table for the report’s  dataset. Open the layout in Visual Studio. In the report add a textbox and add to the textbox the MyFieldName field. Right-Click on the … Continue reading Use HTML in SSRS reports