ActiveReports 13
ReportHeader Class
Members  Example 

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ReportHeader Class
The ReportHeader section is printed once at the beginning of the report.
Object Model
ReportHeader Class
Syntax
'Declaration
 
Public Class ReportHeader 
   Inherits Section
public class ReportHeader : Section 
Example
private void ReportHeader_Format(object sender, System.EventArgs eArgs)
{
    this.reportHeader1.NewPage = NewPage.None;
}
Private Sub ReportHeader_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles ReportHeader.Format
   Me.ReportHeader.NewPage = NewPage.None
End Sub
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.SectionReportModel.Section
      GrapeCity.ActiveReports.SectionReportModel.ReportHeader

See Also

Reference

ReportHeader Members
GrapeCity.ActiveReports.SectionReportModel Namespace