Back to Devexpress

XRSubreport Events

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

latest5.5 KB
Original Source

XRSubreport Events

A control used to include the contents of one report in another report.

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. Inherited from SubreportBase.
EvaluateBindingThis event is not available for the SubreportBase class. Inherited from SubreportBase.
HtmlItemCreatedOverrides the XRControl.HtmlItemCreated event. Inherited from SubreportBase.
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.
PreviewClickHides the inappropriate XRControl.PreviewClick event of the parent XRControl class. Inherited from SubreportBase.
PreviewDoubleClickHides the inappropriate XRControl.PreviewDoubleClick event of the parent XRControl class. Inherited from SubreportBase.
PreviewMouseDownHides the inappropriate XRControl.PreviewMouseDown event of the parent XRControl class. Inherited from SubreportBase.
PreviewMouseMoveHides the inappropriate XRControl.PreviewMouseMove event of the parent XRControl class. Inherited from SubreportBase.
PreviewMouseUpHides the inappropriate XRControl.PreviewMouseUp event of the parent XRControl class. Inherited from SubreportBase.
PrintOnPageOverrides the XRControl.PrintOnPage event to hide it. Inherited from SubreportBase.
SizeChangedOccurs when the value of the XRControl.SizeF property is changed. Inherited from XRControl.
TextChangedOverrides the XRControl.TextChanged event. Inherited from SubreportBase.

See Also

XRSubreport Class

XRSubreport Members

DevExpress.XtraReports.UI Namespace