Back to Devexpress

XRCrossTab Events

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrosstab-dot-underscore-events.md

latest4.1 KB
Original Source

XRCrossTab Events

Displays multi-dimensional data in reports.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DrawOverrides the XRControl.Draw event to hide it.
EvaluateBindingOverrides the XRControl.EvaluateBinding event to hide it.
HtmlItemCreatedOverrides the XRControl.HtmlItemCreated event to hide it.
LocationChangedOccurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl.
ParentChangedOccurs when the XRControl instance’s parent is changed. Inherited from XRControl.
PreviewClickOverrides the XRControl.PreviewClick event to hide it.
PreviewDoubleClickOverrides the XRControl.PreviewDoubleClick event to hide it.
PreviewMouseDownOverrides the XRControl.PreviewMouseDown event to hide it.
PreviewMouseMoveOverrides the XRControl.PreviewMouseMove event to hide it.
PreviewMouseUpOverrides the XRControl.PreviewMouseUp event to hide it.
PrintOnPageOverrides the XRControl.PrintOnPage event to hide it.
SizeChangedOverrides the XRControl.SizeChanged event to hide it.
TextChangedOverrides the XRControl.TextChanged event to hide it.

See Also

XRCrossTab Class

XRCrossTab Members

DevExpress.XtraReports.UI Namespace