1 Unanswered Topic

Remove Filter
Member Avatar for
Member Avatar for krunalkakadia

hi all, i am generating crystal report. i am using sql server 2008 and VS 2008. problem is that data isn't printing in report. [code] ReportDocument rptdoc = new ReportDocument(); private void bindreport() { con.Open(); string filepath = Server.MapPath("~/")+"Reports/SampleCrystalReport.rpt"; rptdoc.Load(filepath); DataTable dt = new DataTable(); SqlCommand cmd = new SqlCommand("select …

0
68

The End.