简体   繁体   中英

C# print report on A4 paper

I want to use c# to print report on an A4 paper. I am beginner, I can use C# to get data from mysql to show on screen.

But when I want to print it on Windows Application, How can I do it in C# 2010? Do I need to download Crystal Reports? My report is very simple

You can always DIY, but the easiest and most scalable solution is to use Reporting Services or Crystal Reports or some other reporting library to do it.

The DIY solution would be to use printer directly. Like here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM