cancel
Showing results for 
Search instead for 
Did you mean: 

CRVS2010 Beta - Fields overlapping even if CanGrow property is unchecked

Former Member
0 Kudos

I am using CR2010, In a report, a field is directly bound to database and have CanGrow is unchecked. But data is not getting truncated, but overlapping the other fields. Please help.

Updated subject line

Edited by: Don Williams on Nov 1, 2010 6:07 AM

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Final Production release is now available. See this thread for more info:

Answers (2)

Answers (2)

0 Kudos

Hello,

Is this a Windows or a WEB app?

Are you using the built in Report Viewer in the IDE and seeing this or running the app and see it using the Windows or WEB viewer?

Try both ways...

Thank you

Don

Former Member
0 Kudos

Hello,

try using the following:

1. create a new formula.

2. use the left function and pass the no of characters required as an parameter of the function.

3. place the formula on the report.

e.g:

Field used : CustomerName

left({Customer.CustomerName},2)

hope it helps.