Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can I possibly insert a horizontal line in my report with vb.net? I have an audit trail where I put the date at the top left of the details section and below it are the details. The details of course may contain several records and after those will insert horizontal line to separate it from the other date . Help me please. I tried to search but I can only see sap samples and its not helping me. Thanks.
Posted

1 solution

you should add a group section based on date field
report structure will be look like below...
--------------------------------------------------------------------------
          Report Header section
--------------------------------------------------------------------------
          Page Header section
--------------------------------------------------------------------------
          Group Header section (based on date field)
date...
--------------------------------------------------------------------------
          Detail section
course...
--------------------------------------------------------------------------
          Group Footer section (based on date field)
______________________________________________ -> horizontal line
--------------------------------------------------------------------------
          Page Footer section
--------------------------------------------------------------------------
          Report Footer section
--------------------------------------------------------------------------

to add group
Step by Step Creation of Crystal Report using its Features Group, Graph, Cross-Tab and Sub Report[^]
please refer topic no. 2. Crystal Report using Grouping
Happy Coding! :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900