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

SubreportBase Events

The base for subreport classes.
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.
EvaluateBinding This event is not available for the SubreportBase class.
HtmlItemCreated This event is not available for the SubreportBase class.
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.
PreviewDoubleClick This event is not available for the SubreportBase class.
PreviewMouseDown This event is not available for the SubreportBase class.
PreviewMouseMove This event is not available for the SubreportBase class.
PreviewMouseUp This event is not available for the SubreportBase class.
PrintOnPage This event is not available for the SubreportBase class.
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.
See Also