XtraSchedulerReport Events
Represents the base class for a report in the XtraScheduler Suite.| 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 for WinForms loads the current report. Inherited from XtraReport. |
| 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. Inherited from XtraReport. |
| FilterComponentProperties static | Occurs every time the Properties window refreshes its item list in the End-User Designer. Inherited from XtraReport. |
| FilterControlProperties static | Obsolete. Occurs every time the Properties window refreshes its item list in the End-User Designer. Inherited from XtraReport. |
| HeightChanged | Occurs when the band height is changed. Inherited from Band. |
| HtmlItemCreated | Overrides the XRControl.HtmlItemCreated property. Inherited from XtraReport. |
| LocationChanged | Overrides the XRControl.LocationChanged event. Inherited from Band. |
| ParametersRequestBeforeShow | Occurs before the Parameters panel is displayed in the Print Preview. Inherited from XtraReport. |
| ParametersRequestSubmit | Occurs when all parameter values in the Parameters UI are entered, and the Submit button is pressed. Inherited from XtraReport. |
| ParametersRequestValueChanged | Occurs when parameter values change in the Parameters user interface. Inherited from XtraReport. |
| 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. Inherited from XtraReport. |
| 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. Inherited from XtraReport. |
| SizeChanged | Overrides the XRControl.SizeChanged event. Inherited from Band. |
| TextChanged | Overrides the XRControl.TextChanged event. Inherited from Band. |
See Also