Back to Devexpress

TopMarginBand Events

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

latest5.5 KB
Original Source

TopMarginBand Events

A report band used to display information at the top margin of every report page. The End User Report Designer does not allow you to remove this band from a report.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
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

TopMarginBand Class

TopMarginBand Members

DevExpress.XtraReports.UI Namespace