Wednesday, March 7, 2012

How to implement special text format in MSRS?

Our team need to implement the following text format in MSRS:

1. Text Wrap

We need to wrap the text at the end of the line in these 3 ways.
1) HARDWRAP: Hardwrap of overflow text.
2) TRUNCATE: Truncates letters based on column width.
3) WORDWRAP: Wraps words to the next line.

2.Text capitalization

We need to specify capitalization rules for the text in a column.

1) INITCAP: Capitalizes the initial letter of the text.
2) LOWERCASE: Displays text in lowercase letters.
3) UPPERCASE: Displays text in uppercase letters.

Does MSRS support all these? So far, we have no idea how to implement it, hope some one can help.

Thanks a lot!

Ring

^

I have the same question too as I would love to have a INITCAP function to use instead of Custom code

No comments:

Post a Comment