如何使用C#在asp.net中单击“打印"按钮时打印多个页面?

如何使用C#在asp.net中单击“打印

问题描述:

HI开发人员,


如何打印多页.例如,我想打印x类中的学生信息.

每当我选择"x班"并单击打印按钮"时,都应打印所有学生数据.一页中有一个学生信息.就像所有学生信息一样

应该显示在单独的页面中,无需选择每次打印按钮.

谢谢你.


问候

Thiru

HI Developers,


How do i print the more than one pages . for example i want to print the stuedent information who are in Class x.

when ever i select the "Class x" and click on "Print button",all students data should be print.one student information in one page.like that all student information

should be displayed in seperate page,no need select the every time to print button.

Thank u.


Regards

Thiru

听起来像是一份报告! :)

开发 SSRS报告 [
It sounds like a report! :)

Develop a SSRS Report[^], design it as per your needs (per student on a single page,etc) use that! This will print all and what you need with a single click.