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

DetailBand Events

The main report band used to display recurrent data records from a report’s data source. This band cannot be deleted from a 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 This event is not available for the Band class. Inherited from Band.
EvaluateBinding Overrides the XRControl.EvaluateBinding event to hide it. Inherited from Band.
HeightChanged Occurs when the band height is changed. Inherited from Band.
HtmlItemCreated This event is not available for the Band class. Inherited from Band.
LocationChanged This event is not available for the Band class. Inherited from Band.
ParentChanged This event is not available for the Band class. Inherited from Band.
PreviewClick This event is not available for the Band class. Inherited from Band.
PreviewDoubleClick This event is not available for the Band class. Inherited from Band.
PreviewMouseDown This event is not available for the Band class. Inherited from Band.
PreviewMouseMove This event is not available for the Band class. Inherited from Band.
PreviewMouseUp This event is not available for the Band class. Inherited from Band.
PrintOnPage This event is not available for the Band class. Inherited from Band.
SizeChanged This event is not available for the Band class. Inherited from Band.
TextChanged This event is not available for the Band class. Inherited from Band.
See Also