XRCrossTab Events
Displays multi-dimensional data in reports.| Name | Description |
|---|---|
| AfterPrint | Occurs after an XRControl object is displayed in the report. Inherited from XRControl. |
| BeforePrint | Occurs before an XRControl object creates its image in a report being generated. Inherited from XRControl. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| Draw | Overrides the XRControl.Draw event to hide it. |
| EvaluateBinding | Overrides the XRControl.EvaluateBinding event to hide it. |
| HtmlItemCreated | Overrides the XRControl.HtmlItemCreated event to hide it. |
| LocationChanged | Occurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl. |
| ParentChanged | Occurs when the XRControl instance’s parent is changed. Inherited from XRControl. |
| PreviewClick | Overrides the XRControl.PreviewClick event to hide it. |
| PreviewDoubleClick | Overrides the XRControl.PreviewDoubleClick event to hide it. |
| PreviewMouseDown | Overrides the XRControl.PreviewMouseDown event to hide it. |
| PreviewMouseMove | Overrides the XRControl.PreviewMouseMove event to hide it. |
| PreviewMouseUp | Overrides the XRControl.PreviewMouseUp event to hide it. |
| PrintOnPage | Overrides the XRControl.PrintOnPage event to hide it. |
| SizeChanged | Overrides the XRControl.SizeChanged event to hide it. |
| TextChanged | Overrides the XRControl.TextChanged event to hide it. |
See Also