Hi,
i have to create a static document (eg- terms&conditions etc) using crystal report.
is this possible?
i am using asp.net with c#.
ReportDocument crystalReport = new ReportDocument(); // creating object of crystal report crystalReport.Load(Server.MapPath("~/Report/CrystalReport.rpt")); // path of report CrystalReportViewer1.ReportSource = crystalReport;
please suggest me some sample code
Thanks_