How can I draw a horizontal line in Crystal Reports?
I want to draw开发者_StackOverflow社区 a line for a "Total" column in Crystal Reports. Something like this:
======
Total 123.00
======
Go to Insert->Line and draw the horizontal line where you want it. If you really want a double dashed line, then just draw 2 single dashed lines.
(Picture is from Crystal Reports XI)
I would suggest the following in the IDE:
- right-click the field and select Format Field...
- select the Border tab
- Set the Top and Bottom properties to 'Double'
- Exit and save changes as you go
Right click anywhere in your crystal report, then select insert, then select line so you can draw lines or even tables.
精彩评论