How to set a Line or Box in front of the image

crystal-reportslinereport

I've insert image in crystal report by following step,
In the Section Expert for the section containing the image, check
Underlay Following Sections.
but, when some line or box created, the image still in front of them.
i can't set Line or Box in front of the image

Best Answer

It may not be the most elegant solution to the problem but you can use a textbox, and fill it with underscores. It will give the illusion of a line and since it will show above the image.

Note: It may not look that good in the report preview (it sometimes shows as separated dashes), but when you actually run it, export it to pdf or print it, it looks fine.

Related Topic