I have a PrintDocument, in which data is printed on PrintDocument.Print() method. This method calls an Event Handler called PrintDocument_PrintPage(object sener, PrintPageEventArgs e).
Currently I am printing the PrintDocument using a PrintDialog(), but now I want user to view the PrintDocument on Crystal Report Viewer.
So, how can I set datasource of CrystalReportViewer to my PrintDocument object.
Thank you in advance.