kandregula ananth

kandregula ananth

  • NA
  • 17
  • 4.8k

load report failed

Apr 4 2016 4:30 AM
private void btnsave_Click(object sender, EventArgs e)
{
ReportDocument cryRpt = new ReportDocument();
cryRpt.Load("CrystalReport1.rpt ");
crystalReportViewer1.ReportSource = cryRpt; crystalReportViewer1.Refresh();
crystalReportViewer1.ReportSource = cryRpt;
crystalReportViewer1.Refresh();
}
}

Answers (1)