Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All

In ssrs reports (sql server) when I try to export the report in excel, the columns have wrap text option as enabled. I want to disable it. Please suggest..
Posted
Updated 21-Jun-17 0:53am

By default, if text does not fit, the textbox will display text in wrap model. However, when set the CanGrow property to False, the textbox will only display the first line of text

SQL
set CanGrow = false
 
Share this answer
 
IT happens when you merge Two or more column to show resultset , Remove all your merge Column and split it , then set CanGrow properties:- True. it will work .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900