I have a SSRS report that has one very large textbox on it. Is there a simple way to display gridlines between each line break?
Example: https://i.stack.imgur.com/ON7Ho.jpg
The only solution I can think of is to have 3 separate textboxes and use Len() to break up the text between the 3. This would be extremely tedious as I actually have 14 lines and they span the width of the page.
Thanks in advance!
` tags into your text by doing a replace on linefeed.
– JC Ford Mar 10 '14 at 19:50