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

XtraReportBase Events

The base for XtraReport and DetailReportBand classes.
Name Description
AfterPrint Occurs after an XRControl object is displayed in the report. Inherited from XRControl.
BandHeightChanged Occurs when the height of any band in the collection returned by the XtraReportBase.Bands property changes.
BeforePrint Occurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
DataSourceDemanded Occurs before report generation, to specify a data source for the report.
DataSourceRowChanged Occurs when the current row in the report’s data source has been changed.
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