vinayak.v 0 Light Poster

hi..

i've one crystal report.

i want the report header as "employee database".

i dont want to right click->insert and goto text object and insert.

i've one aspx page and aspx.cs page also.

now i want the "employee database" header to be printed from .cs file.

i dont want to pass by parameter also..

i.e is there any option in .cs file

something like

ReportDocument myreport = new ReportDocument();

myreport.Load(MapPath("~/" + "emp.rpt"));

myReport.Reportheader="Employee database";

i hope u have understood this.

only thing is from .cs file i want to print the header as employee database.

i dont want by passing parameter also...

please help....

ReportDocumentsasd myreport = new ReportDocument();myreport.Load(MapPath("~/" + "emp.rpt"));

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.