Monday, July 27, 2009

text with rotation displayed with no effect in crystal reports.

Problem

Text with rotation have no effect on DHTML viewer.

Resolution

1. locate default.css from C:\Program Files\Business Objects\common\3.5\crystalreportviewers115\css\

2.Add the vertical text entry to the CSS file and save

.verticalText
{
writing-mode: tb-rl;
}

3. Specify the vertical text tag in your report by right clicking on the field that you want vertical, selecting properties, and under the “common” tab, enter “verticalText” in the “CSS Class Name” field.

Hope this helps.
Thanks.

No comments:

Post a Comment