Crystal Reports( Button Click)

Mittaikariss
Posted by Mittaikariss under ASP.NET category on | Points: 40 | Views : 3593
Header File

using CrystalDecisions.CrystalReports.Engine;

-------------------------------------------------------

protected void Button1_Click(object sender, EventArgs e)

{

ReportDocument ss= new ReportDocument();

ss.Load("E:\\crystelreport\\CrystalReport.rpt");

CrystalReportViewer1.ReportSource = ss;

CrystalReportViewer1.RefreshReport();

}

Invom Technology
http://www.invomtech.com/

Comments or Responses

Posted by: T.saravanan on: 9/4/2011 Level:Silver | Status: [Member] [MVP] | Points: 10
Hi,

Kindly give a proper title for your code then only viewers easily to find and understand and also post your code inside the code tag.

Login to post response