Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 SSRS

Author  Topic 

msk
Starting Member

1 Post

Posted - 2009-11-06 : 00:45:39
hi,

I have a ntext filed in the sql server 2005 database, I want to display this field in the SSRS I have selected a text box and make the length of the text box to 4-5 rows.

It is not able to recognize line break and showing data on the same row, and after reaching end of line it is breaking to next line.

but this is not i want

==================

for example i have data

Senior Management
Business Heads / Managers / Coordinators
IT Managers & Staff


This text is appearing on SSRS as

Senior ManagementBusiness Heads / Managers / CoordinatorsIT Managers & Staff


   

- Advertisement -