Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vertical text alignment in Crystal Reports?

In the Crystal Reports editor that comes with Visual Studio (2008) is it possible to align text to the center of a text box rather than to the top?

I can't find the option anywhere and a Google search is not encouraging but I just can't bring myself to believe that they would not include such an obvious feature.

like image 940
George Mauer Avatar asked Sep 21 '09 18:09

George Mauer


People also ask

How do you vertically align a text?

1 Select the text you want to center between the top and bottom margins. 2 On the Page Layout tab, click the Page Setup Dialog Box Launcher. 3 Select the Layout tab. 4 In the Vertical alignment box, click Center 5 In the Apply to box, click Selected text, and then click OK.

How do I center align text vertically?

In the Vertical alignment box, click Center. In the Apply to box, click Selected text, and then click OK.

How do you justify text in Crystal Reports?

Put your formula into a Text Object and double click the text object to edit. Now select the formula, Right Click and click on Format {@formula_name}. Then Select HTML Text in Text Interpretation. You can see the Text will be justified and tags will be recognized too.


1 Answers

There is no vertical alignment for crystal reports that I could find. A potential work-around is programming line breaks.

like image 199
contactmatt Avatar answered Oct 06 '22 14:10

contactmatt