I am developing a web based application using C# wherein the admin adds the payment information of several employees in the organization and wants to generate the payment reports of all the employees entered in a single month with a single button. Is it possible to print several reports with the click of a single button? Please help me.

Of course you can!
Start a loop in the button click handler to print a report for every employee.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.