0

I need to print some data form my DataTable. I always use PrintDocument class for printing but now i have some database data that would be easier to print using reporting. I used to work in VB6 and used it's datareporting and it is very easy but I can't figure out how to use it in c#.

Also I'm creating application for .net 2.0.

4

1 回答 1

0

您可以将 RDLC 与 ReportViewer 控件一起使用。

http://msdn.microsoft.com/en-us/library/ms252067.aspx

这是一个很好的使用 RDLC 的教程。

WinForm 应用程序中的 Microsoft Report 教程

于 2013-08-01T11:55:13.437 回答