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....


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Crystal Reports Interview Questions

Where can we find the log file generated when we run a crystal report?

0 Answers  


How to "Print" in Crystal Reports while using ASP DOT NET Platform?

3 Answers  


How to add Crystal Reports(Standalone) to my VB.NET project

2 Answers  


how to create crystal reports in .net

2 Answers   CTS,


Explain the various components in crystal reports?

0 Answers  






How do you add a subreport to a report in Crystal Reports?

0 Answers   MindCracker,


Suppose I am not able to see any image on crystal report at run time. So how can I load any image which is saved in local disk so that it can be viewed at runtime in crystal reports?

0 Answers  


How many sub-reports can report can have?

4 Answers   IBM,


What are field expressions and what are the diff types? (I looked this up in the internet and never found anything with regards to types of field expressions)?

0 Answers  


How do we format field?

4 Answers  


How many sections are there in the report

6 Answers  


hi... i've two crystal reports one is in D: drive name employee.rpt with 5 textobject and another report is in E: drive name employee.rpt with 15 textobject... now i want to write a program to overwrite the D drives report with E drives reports i.e i want to replace the 5 textobject with 15 textobject.. overwriting the reports while it is executing .. is there any code for it please help me.. its urgent..

0 Answers  


Categories