Hi, We are using Crystal Reports 2008 (Ver 12.3.x.x). We have a web service which send a multi-line memo to the report to get printed. Each line is bundled in a separate object as there are other information as well in the same object. The line can have leading and following white spaces and they should be printed the same way like follows:
'1. This is a Line without leading spaces'
' 2. This is a Line with leading spaces'
' 3. This is a Line with leading and following spaces '
(Please ignore delimiting apostrophe in above text they are just to mark start and end of sentence)
But when the lines are actually printed they are printed as follows:
'1. This is a Line without leading spaces'
'2. This is a Line with leading spaces'
'3. This is a Line with leading and following spaces'
I read somewhere about 'TrimTrailingSpace' registry key to be set as 'No'. I tried that though I think it does not make sense in my case.
Can some one please answer if crystal report provide any control regarding text trimming to the user.