The PageHeader type exposes the following members.

Constructors

  NameDescription
PageHeader
Creates a new instance of PageHeader class.

Methods

  NameDescription
BringToFront
Brings the control to the front of all controls in container.
(Inherited from ReportControl.)
CalculateCaretPosition
Calculates the current position in the report for placing the current band.
(Overrides Section..::.CalculateCaretPosition()()().)
CalculateRenderHeight
Calculates the height of the current band's content in the final report.
(Inherited from BandBase.)
CheckConditions
Checks the band's condition.
(Inherited from PageBand.)
ControlAt
Returns a ReportControl object that is found in the location specified by the given PointF.
(Inherited from BandBase.)
ControlByName
Finds a nested ReportControl object with the specified name.
(Inherited from ContainerControl.)
CreateBlankControl
Creates a control for locating in the final document. It is used when element rendering.
(Inherited from ReportControl.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindParent
Finds the ReportControl's parent.
(Inherited from ContainerControl.)
FindText
Returns whether the control contains the specified text.
(Inherited from ReportControl.)
GetDesignerToolTip
Returns string that will be shown in a control tooltip.
(Inherited from ReportControl.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetScriptsOverloaded.
GetSectionCaption
Returns the title string of the band.
(Inherited from BandBase.)
GetSectionCaptionColor
Returns the color of the title bar.
(Inherited from PageBand.)
GetStyle
Returns a style object for the control.
(Inherited from ReportControl.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GrowControls
Resizes controls within the current band that have the GrowToBottom property set to true.
(Inherited from BandBase.)
InitNew
Sets the predefined values for the properties of the control created with visual tools such as Report Designer.
(Inherited from ReportControl.)
IsValidChild
Returns whether the specified control can be placed into the band.
(Inherited from Section.)
IsValidParent
Returns whether the band can be placed into the specified container.
(Inherited from PageBand.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveBackward
Moves the control backward in Z-Buffer.
(Inherited from ReportControl.)
MoveForward
Moves the control forward in Z-Buffer.
(Inherited from ReportControl.)
OnGenerate
Raises Generate event.
(Inherited from ReportControl.)
OnPaint
Performs drawing of the band.
(Inherited from BandBase.)
OnSizeChanged
Is called after the Size property is changed.
(Inherited from ReportControl.)
OnStyleNameChanged
Executes if style name was changed.
(Inherited from ReportControl.)
Paint
Invokes OnPaint method.
(Inherited from ReportControl.)
PopulateProperties
Fills the properties of the final rendered control.
(Inherited from ReportControl.)
Prepare
Prepares the control for rendering.
(Inherited from ReportControl.)
PrepareControls
Prepares control before displaying.
(Inherited from Section.)
PutToBack
Puts the control to the back of all controls in container.
(Inherited from ReportControl.)
RaiseGenerate
Invokes OnGenerate method.
(Inherited from ReportControl.)
ReCalculateBounds
Recalculates the bounds of the current band object using all environment constraints and specified current state.
(Inherited from BandBase.)
Render
Renders the band to the final document.
(Inherited from PageBand.)
RenderControls
Renders control for output.
(Inherited from Section.)
RenderLocation
Calculates location of the control in the rendered report.
(Inherited from ReportControl.)
RunPropertyBindingDesigner
Runs designer for the property binding defined by the bindingName parameter.
(Inherited from ReportControl.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UpdatePageArea
Calculates the remaining free area on the page after the band is rendered.
(Overrides Section..::.UpdatePageArea()()().)

Properties

  NameDescription
Bookmark
Gets and sets a bookmark for the control.
(Inherited from ReportControl.)
Bounds
Gets and sets the control's bounds within the parent control.
(Inherited from ReportControl.)
CanGrow
Gets and sets whether the current band can grow in size during rendering to match a bigger size of its rendered content regardless of the band's size in the report template.
(Inherited from BandBase.)
CanShrink
Gets and sets whether the current band can shrink in size during rendering to match a smaller size of its rendered content regardless of the band's size in the report template.
(Inherited from BandBase.)
Controls
Gets the collection of the nested controls.
(Inherited from ContainerControl.)
DataBindings
Gets the collection of the control's properties data/expressions bindings.
(Inherited from ReportControl.)
Document
Gets the document.
(Inherited from ReportControl.)
Engine
Gets the RenderEngine used.
(Inherited from ReportControl.)
GenerateScript
Gets and sets the code for the script that will be invoked before rendering.
(Inherited from ReportControl.)
Hyperlink
Gets and sets a hyperlink for the control.
(Inherited from ReportControl.)
Location
Gets and sets the control's top-left corner position within the parent control.
(Inherited from ReportControl.)
MasterBand
Gets the master band.
(Inherited from Section.)
Mode
Gets and sets the rendering mode for the current page band.
(Inherited from PageBand.)
Name
Gets and sets the name of the component.
(Inherited from ReportComponent.)
Page
Gets the page.
(Inherited from ReportControl.)
PageBounds
Gets and sets the control's bounds within the page.
(Inherited from ReportControl.)
PageLocation
Gets and sets the control's top-left corner position within the page.
(Inherited from ReportControl.)
Parent
Gets and sets the parent control.
(Inherited from ReportControl.)
RenderHeight
Gets and sets the height of the final control.
(Inherited from ReportControl.)
ShowCaption
Gets or sets whether the title line should be drawn for the current band object in design mode.
(Inherited from BandBase.)
Size
Gets and sets the size of the control.
(Inherited from ReportControl.)
SortPriority
Gets the band's priority for sorting operations.
(Overrides Section..::.SortPriority.)
StyleName
Gets and sets the name of the style applied to the control.
(Inherited from ReportControl.)
Tag
Gets and sets an additional information for the control.
(Inherited from ReportControl.)
ToolTip
Gets and sets a tooltip for the control.
(Inherited from ReportControl.)
Visible
Gets and sets whether the control should be rendered to the final document.
(Inherited from ReportControl.)

Events

  NameDescription
Generate
Occurs before the control is rendered.
(Inherited from ReportControl.)

See Also