I am try to use crystal report for the first time on vs 2013 asp.net
But the load function is not compile given this error load is not a member of crystalreportDocument
Report.Load(Server.MapPath("Report/CrystalReport.rpt"))
Report.SetDatabaseLogon("", "", "Mosfem", "SCHLDATA")
CrystalReportViewer1.ReportSource = Rpt