Reporting Services Paragraphs

How to add Paragraf to Microsoft Reporting textbox?

When I put blank characters, they are not displayed, I am trying to use Space, LSet ... VbTab .... functions.

for instance

I want to

This is text

      

But I get

This is the text

Thanks in advance.

0


a source to share


1 answer


To do this, put the following in the Value property of your report text box:

="     Text here"

      



This will handle spaces.

0


a source







All Articles