Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal report Header row Color

I want to color the header and footers row(only my data tables not the full section) of a crystal report . Its easy to color the section but i cannot able find a proper way

enter image description here

like image 557
Gin Uchiha Avatar asked Jun 23 '15 04:06

Gin Uchiha


1 Answers

For this 3 way you achieve.

  1. If both header/footer in different section than data, then go to section, right click on formating, give the color. Check this link

    http://www.codeproject.com/Questions/56657/change-back-color-of-crystal-report

    http://scn.sap.com/thread/1883125

  2. Drag and drop and spread a crystal report field (like label) into entire length of row's width. Give the color formating by clicking on Right click -> format object -> color. Now your header/footer field which work as a column /summary get front of this above field.

  3. You can give the color to all object and also do not give gap between them.

Step to color the object.

1. Select the items that you want to change, and select select Format, then select Format Text.

2. The Format Editor dialog box appears.

3. Select the Font tab.

4. Select the appropriate font, style, size, and color.
like image 188
Ajay2707 Avatar answered Sep 30 '22 13:09

Ajay2707