The ReportControl type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BringToFront | Brings the control to the front of all controls in container. | |
| CalculateRenderHeight | Calculates the height of the control in the rendered report. | |
| ControlAt | Returns a ReportControl object that is found in the location specified by the given PointF. | |
| ControlByName | Finds a nested ReportControl object with the specified name. | |
| CreateBlankControl | Creates a control for locating in the final document. It is used when element rendering. | |
| Equals | (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 control's parent. | |
| FindText | Returns whether the control contains the specified text. | |
| GetDesignerToolTip | Returns string that will be shown in a control tooltip. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetScripts | Overloaded. | |
| GetStyle | Returns a style object for the control. | |
| 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. | |
| IsValidParent | Returns whether the control can be placed into the specified container. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveBackward | Moves the control backward in Z-Buffer. | |
| MoveForward | Moves the control forward in Z-Buffer. | |
| OnGenerate | Raises Generate event. | |
| OnPaint | Performs control drawing. | |
| OnSizeChanged | Is called after the Size property is changed. | |
| OnStyleNameChanged | Executes if style name was changed. | |
| Paint | Invokes OnPaint method. | |
| PopulateProperties | Fills the properties of the final rendered control. | |
| Prepare | Prepares the control for rendering. | |
| PutToBack | Puts the control to the back of all controls in container. | |
| RaiseGenerate | Invokes OnGenerate method. | |
| ReCalculateBounds | Recalculates control bounds. | |
| Register | Registers the controls library. | |
| RegisterControlType | Adds the specified control type to the registered controls list. | |
| Render | Renders the control to the final document. | |
| RenderLocation | Calculates location of the control in the rendered report. | |
| RunPropertyBindingDesigner | Runs designer for the property binding defined by the bindingName parameter. | |
| ToString | (Inherited from Object.) |