The Page type exposes the following members.

Methods

  NameDescription
BringToFront
Brings the control to the front of all controls in container.
(Inherited from ReportControl.)
CalculateRenderHeight
Calculates the height of the control in the rendered report.
(Inherited from ReportControl.)
ControlAt
Returns a ReportControl object that is found in the location specified by the given PointF.
(Overrides ContainerControl..::.ControlAt(PointF).)
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.
(Overrides ContainerControl..::.FindParent(ReportControl).)
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.)
GetInternalRectangle
Returns the rectangle delimited by the page margins.
GetPageSize
Returns size for the given paper kind.
GetScriptsOverloaded.
GetSortedBands
Gets the array of nested bands sorted by position.
GetSortedPageBands
GetStyle
Returns a style object for the control.
(Inherited from ReportControl.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
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 ReportControl can be placed to the controls collection.
(Inherited from ContainerControl.)
IsValidParent
Returns whether the control can be placed into the specified container.
(Inherited from ReportControl.)
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.)
OnManualBuild
Raises ManualBuild event.
OnPaint
Performs drawing of the control.
(Overrides ContainerControl..::.OnPaint(PaintArguments).)
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.
(Overrides ReportControl..::.PopulateProperties(ReportControl).)
Prepare
Prepares the control for rendering.
(Inherited from ReportControl.)
PutToBack
Puts the control to the back of all controls in container.
(Inherited from ReportControl.)
RaiseGenerate
Invokes OnGenerate method.
(Inherited from ReportControl.)
RaiseManualBuild
Invokes OnManualBuildEvent.
ReCalculateBounds
Recalculates control bounds.
(Inherited from ReportControl.)
Render
Renders the control to the final document.
(Overrides ReportControl..::.Render()()().)
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.)
ShouldSerializeTemplateSize
Returns whether the TemplateSize property should be persisted.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also