Reputation: 15470
I am having huge lines data which could accomdate in Textbox.
While I am exporting to excel the wrapping up of data occurs and the data is being cut off.
When i manually change the textbox height i can see the full data but i need the full data to be displayed in the first time itself.
Upvotes: 0
Views: 1138
Reputation: 1272
In your report layout, set the CanGrow property of the Textbox to True.
Upvotes: 1