Back to Devexpress

DetailReportBand Events

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-detailreportband-dot-underscore-events.md

latest6.4 KB
Original Source

DetailReportBand Events

A report band containing a nested detail report.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
BandHeightChangedOccurs when the height of any band in the collection returned by the XtraReportBase.Bands property changes. Inherited from XtraReportBase.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
DataSourceDemandedOccurs before report generation, to specify a data source for the report. Inherited from XtraReportBase.
DataSourceRowChangedOccurs when the current row in the report’s data source has been changed. Inherited from XtraReportBase.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DrawOverrides the XRControl.Draw event. Inherited from Band.
EvaluateBindingOverrides the XRControl.EvaluateBinding event to hide it. Inherited from Band.
HeightChangedOccurs when the band height is changed. Inherited from Band.
HtmlItemCreatedOverrides the XRControl.HtmlItemCreated event. Inherited from Band.
LocationChangedOverrides the XRControl.LocationChanged event. Inherited from Band.
ParentChangedOverrides the XRControl.ParentChanged event. Inherited from Band.
PreviewClickHides the inappropriate XRControl.PreviewClick event of the parent XRControl class. Inherited from Band.
PreviewDoubleClickHides the inappropriate XRControl.PreviewDoubleClick event of the parent XRControl class. Inherited from Band.
PreviewMouseDownHides the inappropriate XRControl.PreviewMouseDown event of the parent XRControl class. Inherited from Band.
PreviewMouseMoveHides the inappropriate XRControl.PreviewMouseMove event of the parent XRControl class. Inherited from Band.
PreviewMouseUpHides the inappropriate XRControl.PreviewMouseUp event of the parent XRControl class. Inherited from Band.
PrintOnPageOverrides the XRControl.PrintOnPage event to hide it. Inherited from Band.
SizeChangedOverrides the XRControl.SizeChanged event. Inherited from Band.
TextChangedOverrides the XRControl.TextChanged event. Inherited from Band.

See Also

DetailReportBand Class

DetailReportBand Members

DevExpress.XtraReports.UI Namespace