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

XtraReport Events

A base class for a 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.
DesignerLoaded Occurs after the End-User Designer has been loaded for the current report instance.
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.
FillEmptySpace Fires after page rendering if a gap remains between the rendered bands.
FilterComponentProperties static Occurs every time the Property Grid refreshes its item list in the End-User Designer.
FilterControlProperties static Obsolete. Occurs every time the Property Grid refreshes its item list in the End-User Designer.
HeightChanged Occurs when the band height is changed. Inherited from Band.
HtmlItemCreated Overrides the XRControl.HtmlItemCreated property.
LocationChanged Overrides the XRControl.LocationChanged event. Inherited from Band.
ParametersRequestBeforeShow Occurs before displaying the Parameters panel in a Print Prevew.
ParametersRequestSubmit Occurs when all parameter values in the Parameters UI are entered, and the Submit button is pressed.
ParametersRequestValueChanged Occurs when the parameter values are changed in the Parameters UI.
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.
PrintProgress Occurs before sending every document page to a printer to indicate the current printing progress.
SaveComponents Occurs when a report is saved to an REPX file and allows you to manually decide which components should be stored into a report definition file, and which aren’t.
SizeChanged Overrides the XRControl.SizeChanged event. Inherited from Band.
TextChanged Overrides the XRControl.TextChanged event. Inherited from Band.
See Also