Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I developed a payroll program. I need to show individual payslip for all employee in a single report viewer any one help me please
Posted

1 solution

Add a group section "EmpId" (as you have a column)
and then design pay slip inside sections between header empid group & footer empid group sections

it will something look like...
  **** Report Header ****
-----------------------------------
  **** Page Header ****
-----------------------------------
  **** grp of empid header ****

  Employee Name ...         Date:...
-----------------------------------
  ****   Detail section ****

  Basic sal.           90000
  Professional tax.      200
  HRA                    100  
  DA                     100
  P.F.         ...
-----------------------------------
  ****  grp of empid Footer ****

  Total                84574  
-----------------------------------
  **** Page Footer ****
-----------------------------------
  **** Report Footer ****


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