CSharp/C# >> OT: Crystal Reports=> "Report Header" in the middle of the first page

by Lukas » Thu, 04 Sep 2008 16:58:41 GMT

Hello

I would like to place a "Page Header"-Section before a "Report header"-
Section:

{Page header} Logo
___________________________________________
*
*
* {Report Header}
*
*
{Details}

___________________________________________
{Page footer} Page n of m

Can someone tell me, how to configure a crystal report in a way, that
a "Page Header" appears before a "Report header"?

Or can I switch off the "Page header" only on Page 1 ?
If yes, I Could shift its content to the one of the Report header!

Thanks in advance !
Using Crystal Reports 10 (with VS2005 C#)
Lukas



Similar Threads

1. Crystal Report - Page break after Report header ! - ADO.Net

2. Quickreport Composite Report - half second report printed on first report

Hello,

I have two single-paged reports added to a composite report.  When I try to print the composite report, half of the second report is printed on the first report.
I already forced the second report to start a new page... But this didn't help...
What went wrong?

Kind Regards,
Koen

3. Crystal Report Old version vs Visual Studio .net Crystal report - CSharp/C#

4. Crystal Reports viewer not moving past first page

Hi

I have an ASP.Net application that uses the CrystalReportViewer
control. Due to needing to display several reports via the control I
set the ReportSource property in code, followed by setting call the
DataBind method.
The control displays the first page of my reports fine, but clicking
the Next button results in the grey box of the CrystalReportViewer
being displayed containing the text 'Use ReportSource or DataBindings
property to specify a report source'.

I assume this is happening because the page is posting back to the
server and the control is losing it's binding to the report. Surely
there must be a solution to this ?

Thanks in advance for any help.

Nathan

5. Crystal Reports Export to PDF First page is Backwards - Microsoft .NET Framework

6. Reg:Couldn't generate a report using Crystal Reports in .Net

Hi 

I couldn't generate any report.My application is developed using .Net(MDI Frame application-windows forms) and I am trying to generate the report but couldn't succeed.If I do the same funtionality as individual windows form application(not a MDI frame) I was able to generate the report.

I feel I am facing the problem with the below function.

ReportID = PEOpenPrintJob(ReportName);

This is not returning any value.I am sure the corresponding the report exist.

Please help in this.

7. Crystal Reports formulas and Blank reports - CSharp/C#

8. Need help in showing a report using .Net Crystal reports

Hi 

I am having a crystal report(MyReport.rpt file) in a specified path (C:\MyReports\MyReport.rpt). I have to open this file when I click on a button on my widows application. But I don't want to use ReportViewr on my windows form. I have to load that file using ReportDocument and show without using any ReportViewer. Is it possible. Can any one help in this.

Thanks