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.