XRControl Events
The base class for all visual controls used for creating reports.Name | Description |
---|---|
After |
Occurs after an XRControl object is displayed in the report. |
Before |
Occurs before an XRControl object creates its image in a report being generated. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Draw | Occurs when an XRControl object is drawn or redrawn in a report’s Print Preview. |
Evaluate |
Occurs after a data-bound XRControl object obtains data from its data source. |
Html |
Occurs when a new item used for a Web representation of the control is created. |
Location |
Occurs when the value of the XRControl. |
Parent |
Occurs when the XRControl instance’s parent is changed. |
Preview |
Occurs when the mouse button is clicked while the cursor is hovering over one of the bricks created by the XRControl for its representation in the report preview. |
Preview |
Occurs when the left mouse button is double-clicked while the cursor is hovering over one of the bricks created for the control‘s representation in the report preview. |
Preview |
Occurs when an end-user presses the mouse button while the mouse pointer is hovering over one of the bricks created for the control‘s representation in the report preview. |
Preview |
Occurs when the mouse cursor moves over the control during the report’s preview. |
Preview |
Occurs when an end-user releases the left mouse button while the mouse pointer is hovering over one of the bricks created for the control‘s representation in the report preview. |
Print |
Occurs when the representation of a control is printed on the current page of the report. |
Size |
Occurs when the value of the XRControl. |
Text |
Occurs when the value of the XRControl. |