I have a text box on report with too long sentence
Can I add a break line in the sentence?How it can Possible in SSRS Report.?
I have a text box on report with too long sentence Can I add
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WIth requirements clarified:
ANd replace the text string with your column name.
The first part finds the first space and takes text from the start until that character, the second parts takes the remainder. If you have multiple spaces you will need to refine this further.
Assuming that the break isn’t at the start of the sentence, break it up using
VBCRLF– i.e.Edit – using database variables:
And of course you can use a mix of database fields and static text if required: