Skip to main content
A newer version of this page is available. .

XRSubreport Events

A Subreport control that is used to embed other reports in an XtraReport.
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 This event is not available for the SubreportBase class. Inherited from SubreportBase.
EvaluateBinding This event is not available for the SubreportBase class. Inherited from SubreportBase.
HtmlItemCreated This event is not available for the SubreportBase class. Inherited from SubreportBase.
LocationChanged Occurs when the value of the XRControl.Location property is changed. Inherited from XRControl.
ParentChanged Occurs when the XRControl instance’s parent is changed. Inherited from XRControl.
PreviewClick This event is not available for the SubreportBase class. Inherited from SubreportBase.
PreviewDoubleClick This event is not available for the SubreportBase class. Inherited from SubreportBase.
PreviewMouseDown This event is not available for the SubreportBase class. Inherited from SubreportBase.
PreviewMouseMove This event is not available for the SubreportBase class. Inherited from SubreportBase.
PreviewMouseUp This event is not available for the SubreportBase class. Inherited from SubreportBase.
PrintOnPage This event is not available for the SubreportBase class. Inherited from SubreportBase.
SizeChanged Occurs when the value of the XRControl.Size property is changed. Inherited from XRControl.
TextChanged This event is not available for the SubreportBase class. Inherited from SubreportBase.
See Also