Hello,
Is it possible to auto-condense (like the CanShrink property) text to get nicer formatting in addresses?
For example, having
City, State
On one line will produce
City, State
On the report if the city name is short. I'm sure there's a solution, I just haven't found it!
Thanks for your help
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 27 Jan 2011, 04:11 PM
Hi Christopher,
In order to have fields on one line our suggestion would be to use a single Textbox item with an expression to combine both fields as shown in the following expression:
City {Fields.City} State {Fields.State}