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
Where can we find the log file generated when we run a crystal report?
How to "Print" in Crystal Reports while using ASP DOT NET Platform?
How to add Crystal Reports(Standalone) to my VB.NET project
how to create crystal reports in .net
Explain the various components in crystal reports?
How do you add a subreport to a report in Crystal Reports?
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?
How many sub-reports can report can have?
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)?
How do we format field?
How many sections are there in the report
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..