Hi
I have calculate salary for all emp. then i want print each emp salary slip
have attach myform screen shot.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mamta MPosted Dec 27, 2011, 5:58 AM
Basically, you have two options: You can either print a whole datagrid showing the employee's pay details or you can individually print each element of the payslip (as strings) on the print document.
Depending on the approach you take, the logic will vary.