DetailReportBand Events
A report band containing a nested detail report.| 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. Inherited from XtraReportBase. |
| 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. Inherited from XtraReportBase. |
| DataSourceRowChanged | Occurs when the current row in the report’s data source has been changed. Inherited from XtraReportBase. |
| 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 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 | Overrides the XRControl.HtmlItemCreated event. Inherited from Band. |
| LocationChanged | Overrides the XRControl.LocationChanged event. Inherited from Band. |
| ParentChanged | Overrides the XRControl.ParentChanged event. Inherited from Band. |
| PreviewClick | Hides the inappropriate XRControl.PreviewClick event of the parent XRControl class. Inherited from Band. |
| PreviewDoubleClick | Hides the inappropriate XRControl.PreviewDoubleClick event of the parent XRControl class. Inherited from Band. |
| PreviewMouseDown | Hides the inappropriate XRControl.PreviewMouseDown event of the parent XRControl class. Inherited from Band. |
| PreviewMouseMove | Hides the inappropriate XRControl.PreviewMouseMove event of the parent XRControl class. Inherited from Band. |
| PreviewMouseUp | Hides the inappropriate XRControl.PreviewMouseUp event of the parent XRControl class. Inherited from Band. |
| PrintOnPage | Overrides the XRControl.PrintOnPage event to hide it. Inherited from Band. |
| SizeChanged | Overrides the XRControl.SizeChanged event. Inherited from Band. |
| TextChanged | Overrides the XRControl.TextChanged event. Inherited from Band. |
See Also