Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set font of all fields in a crystal report file non-programatically?

I have a couple of crystal report files and the fonts for all the fields are Arial and I want to change them to Times New Roman. I tried selecting all but when I do that I can't set the font.

Is there anyway to set all the fields in a report to a font from the UI?

Using Crystal Reports XI Release 2

like image 940
Nick Avatar asked May 02 '13 15:05

Nick


2 Answers

If you select all fields then CR will disable all the options from the font toolbar. You can still change all the fields' fonts, though. Select all your reports objects that have text (this will NOT work if you select, say, a line object along with them). Then right-click the objects → "Format Objects" → "Font" tab.

All of the font options should be available there.

like image 164
Ryan Avatar answered Oct 19 '22 04:10

Ryan


Ryan's solution will not work with Crystal Reports 2008. You will need to upgrade to a newer version. I am using Crystal Reports 13.

Select All using Ctrl+A. Unselect drawing objects like lines, boxes, etc. Right-click, you will get the option to format multiple objects. Choose your styles.

like image 24
mr. super cool Avatar answered Oct 19 '22 04:10

mr. super cool