If we create reports in Crystal Reports using the UCAR
Data Warehouse database, which tables should be used?
How can we improve the performance of a crystal report?
Where can we find the log file genertaed when we run a crystal report?
How to print two details fields at the bottom of the page
Can we call or add subreport within subreport?
to ensure that all of the data from a field is displayed in a report text object you should do which of the following?? a) use the format wizard b) size the text object manually c) select the auto format option for the text object d) select the can grow option for the text object e) set the can grow option to the details section of the report
How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)
Explain basic steps required to display a simple report in crystal?
what is the "refresh" button suppose to do on the crystal report viewer?
How to conditionally suppress a field based on whether a page number is odd or even?
How the data expert of flash object(after inserting flash object_right click-data expert) is useful in crt?
How to Filter the Crystal reports?
12 Answers CCIL, Mammut Building Systems,
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....