Print Documents only take in String values. Is it possible to display a Report Document of .rpt within the same, So as to facilitate Print Preview in Windows C#.NET?
Have created a Report Document and this document shows a Crystal Report
ReportDocument doc=new ReportDocument;
doc=ReportDataSource(ReportLocConnect);
here doc
contains a crystal report need to show the same as Print Document in Print Preview Dialog
Please help on Displaying report document as a Print Document!