Say you have a field with a lot of data and it is separated by a special character. This will cause the column to render one line because there is no separation in the data.
Place this code in the value expression of the Text Box Property.
I created this blog to keep track of database and reporting tips, tricks, and features. Some of the information on this blog is from other websites. I am re-posting here so the information I have researched will be in a central location. The majority of the information on this blog is related to SQL Server, SSRS, SSIS, SSAS, BIDS, and Report Builder. I hope the information on this blog will be helpful to others and please feel free to share thoughts, ideas, and code.
=Replace(Fields!MyField.Value, ";", Environment.NewLine)
No comments:
Post a Comment