Skip to main content

SubreportBase Events

The base class for the XRSubreport class.
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.
EvaluateBinding This event is not available for the SubreportBase class.
HtmlItemCreated Overrides the XRControl.HtmlItemCreated event.
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 Hides the inappropriate XRControl.PreviewClick event of the parent XRControl class.
PreviewDoubleClick Hides the inappropriate XRControl.PreviewDoubleClick event of the parent XRControl class.
PreviewMouseDown Hides the inappropriate XRControl.PreviewMouseDown event of the parent XRControl class.
PreviewMouseMove Hides the inappropriate XRControl.PreviewMouseMove event of the parent XRControl class.
PreviewMouseUp Hides the inappropriate XRControl.PreviewMouseUp event of the parent XRControl class.
PrintOnPage Overrides the XRControl.PrintOnPage event to hide it.
SizeChanged Occurs when the value of the XRControl.SizeF property is changed. Inherited from XRControl.
TextChanged Overrides the XRControl.TextChanged event.
See Also