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

XRSubreport Events

A control that is used to include a report’s content in another report.
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. Inherited from SubreportBase.
EvaluateBinding This event is not available for the SubreportBase class. Inherited from SubreportBase.
HtmlItemCreated Overrides the XRControl.HtmlItemCreated event. 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 Hides the inappropriate XRControl.PreviewClick event of the parent XRControl class. Inherited from SubreportBase.
PreviewDoubleClick Hides the inappropriate XRControl.PreviewDoubleClick event of the parent XRControl class. Inherited from SubreportBase.
PreviewMouseDown Hides the inappropriate XRControl.PreviewMouseDown event of the parent XRControl class. Inherited from SubreportBase.
PreviewMouseMove Hides the inappropriate XRControl.PreviewMouseMove event of the parent XRControl class. Inherited from SubreportBase.
PreviewMouseUp Hides the inappropriate XRControl.PreviewMouseUp event of the parent XRControl class. Inherited from SubreportBase.
PrintOnPage Overrides the XRControl.PrintOnPage event to hide it. Inherited from SubreportBase.
SizeChanged Occurs when the value of the XRControl.Size property is changed. Inherited from XRControl.
TextChanged Overrides the XRControl.TextChanged event. Inherited from SubreportBase.
See Also