PageFooterBand Events
A report band used to display information at the end of every report page.| 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 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