views:

214

answers:

2

I want to draw a line in Crystal report. I can do that from a sub-menu but this line I need to draw in a Group section Field object with a background color property set to some color.

So whenever I draw a line it gets overlapped by this FieldObject.

How can I make sure that line would be visible over the background color of object?

+2  A: 

Assuming you are doing this through the designer, you should just be able to right-click on your line and select "Move to Front".

Heather
A: 
  • Insert section below section that contains the FieldObject
  • Add line to new section
  • Format the first section (the one with the field object) as 'underlay following section(s)'
Craig