How to prevent a series of symbols from splitting across lines

  • I have some text like this:

    "word word word 123(56) word word"

    The "123(56)" happens to be at the end of the line and is getting broken up. It is being displayed like this:

    "word word word 123

    (56) word word"

    But I want it like this:

    "word word word

    123(56) word word"

    Note that this text is generated dynamically from database data so I can't just manually insert a line break at the right spot. What I want to know is if there is a way to make SSRS treat "123(56)" like a single word that will always appear together on the same line.

     

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply