Saturday, February 25, 2012

Adding large amounts of text

this may seem like a simple question, but I have a report/lease agreement I need to put together and wanted to know the simpliest way to add large amounts of text. Basically its all the legal stuff most leases include in the amount of some 14 pages.

Should this be just one long string-- or does ssrs have another way to format this

thanks as always

KM

Have them all in one textbox and set the width of the textbox to the maximum required and set CanGrow=true to allow increase in height.

Then you can type your long string in the textbox and do som formatting in it. You can use Chr() function to do some formatting like carriage return, line feed, tab and many more.

Shyam

|||

thanks will give it a try and let ya know

km

No comments:

Post a Comment