adspace


Report Viewer

Answer Posted / santro

/*Reportviewer.aspx.cs*/
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using CrystalDecisions.CrystalReports;
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;


public partial class ReportViewer : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
ReportDocument rptDrug = new ReportDocument();
string path = Server.MapPath("~");
path = path + "\\rptDrugNames.rpt";
rptDrug.Load(path);

TableLogOnInfo logoninfo = new TableLogOnInfo();


/*Here we are assinging the servername,user name
and password to the TableLogonInfo Object*/
logoninfo.ConnectionInfo.ServerName = "localhost";
logoninfo.ConnectionInfo.UserID = "sa";
logoninfo.ConnectionInfo.Password = "sasa";

/* Applaying the TableLogOnInfor object to report
object.*/
rptDrug.Database.Tables[0].ApplyLogOnInfo
(logoninfo);
/*Setting the report source to Crystal Report
viewer control*/
CrystalReportViewer1.ReportSource = rptDrug;
CrystalReportViewer1.DataBind();

}
}
/*ReportViewer.aspx
click form crystal reports
crystal reportviewer*/


Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Could u tell the the best govt exam coaching institutes for banking and ssc near gachibowli?

1985


sir, when will start the new batch for group2 coaching... pls kindly inform me.......

1974


When Dena Bank po 2017 will be held????

1785


i want andhra bank po previous solved papers

1979


hi, igot previous years papers of out tech.and gen.from the website www.apsrtc.gov.in.as of 2009 papers are available in that website. if any got any more old question papers plz mail me to sowmyayedavilli@gmail.com plz do me the favour .....................................thankyou all

1951


Pls send me the sbi bank recruitment question papers from last 5 years

2215


describe yourself...

2117


hii frnds this is sandeep singh rjput. i hav qualified for ssc cpo 2009(sub inspector) interviw. any one hav any idea about interview questions....plzzz help me

2225


What is the joining Date of SBI Cleark 2010

2296


I want sylabs of cleark test of H A U HISAR

2126


Do you have a girlfriend? If not, why?

2493


Tell me about your school

1477


sir im going for write bank of baroda pos entrance exam how many months taken for held the results thank you sir...........

2044


when sbi is likely to declare final result for clerk exam. my interview was held on 28 apr 10.

1871


what are your major limitation

2031