show grid lines in crystal reports

anuragNet

New member
Joined
Apr 23, 2007
Messages
1
Programming Experience
3-5
Hi,
Need a small help and confirmation, Is it possible to show "grid lines" in crystal reports (somthing similar to what we have in data grid). Any sample code for the same. I am using VB.NET.
Thanks
anurag_shr
 
You will have to play around with it to get it the way you like, to form a grid you will just draw lines at the bottom of the detail band. The line replicates for each detail and forms a grid that way. Experiment with verticle lines and boxes that go through several bands (page header, detail, and page footer) as examples.
Right click on the report => choose 'INSERT' => 'LINE' or 'BOX'

hope that helps.
 

Attachments

  • rptTimeCard.zip
    6.2 KB · Views: 38
Last edited:
Back
Top