Dear Team,
i am struck crystal reporting showing nothing on page my code is
protected void Page_Load(object sender, EventArgs e)
{
ReportDocument oRpt = new ReportDocument();
oRpt.Load("C:\\SimpleCrystal.rpt");
CrystalReportViewer1.ReportSource = oRpt;
}

Naveed ZamanPosted Oct 11, 2016, 7:28 AM
Amit GuptaPosted Oct 10, 2016, 1:37 PM
Naveed ZamanPosted Oct 10, 2016, 3:04 AM
Amit GuptaPosted Oct 10, 2016, 2:06 AM