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

XtraReportScripts Properties

Contains names of the scripts for an XtraReport object.
Name Description
OnAfterPrint Gets or sets the name of the script used to handle the XRControl.AfterPrint event. Inherited from XRControlEvents.
OnBandHeightChanged Gets or sets the name of the script used to handle the XtraReportBase.BandHeightChanged event. Inherited from XtraReportBaseScripts.
OnBeforePrint Gets or sets the name of the script used to handle the XRControl.BeforePrint event. Inherited from XRControlEvents.
OnDataSourceDemanded Gets or sets the name of the script used to handle the XtraReportBase.DataSourceDemanded event. Inherited from XtraReportBaseScripts.
OnDataSourceRowChanged Gets or sets the name of the script used to handle the XtraReportBase.DataSourceRowChanged event. Inherited from XtraReportBaseScripts.
OnDraw For internal use. Inherited from TruncatedControlScripts.
OnEvaluateBinding For internal use. Inherited from TruncatedControlScripts.
OnFillEmptySpace Gets or sets the name of the script used to handle the XtraReport.FillEmptySpace event.
OnHtmlItemCreated For internal use. Inherited from TruncatedControlScripts.
OnLocationChanged For internal use. Inherited from BandScripts.
OnParametersRequestBeforeShow Gets or sets the name of the script used to handle the XtraReport.ParametersRequestBeforeShow event.
OnParametersRequestSubmit Gets or sets the name of the script used to handle the XtraReport.ParametersRequestSubmit event.
OnParametersRequestValueChanged Gets or sets the name of the script used to handle the XtraReport.ParametersRequestValueChanged event.
OnParentChanged For internal use. Inherited from BandScripts.
OnPreviewClick For internal use. Inherited from TruncatedControlScripts.
OnPreviewDoubleClick For internal use. Inherited from TruncatedControlScripts.
OnPreviewMouseDown For internal use. Inherited from TruncatedControlScripts.
OnPreviewMouseMove For internal use. Inherited from TruncatedControlScripts.
OnPreviewMouseUp For internal use. Inherited from TruncatedControlScripts.
OnPrintOnPage For internal use. Inherited from BandScripts.
OnPrintProgress Gets or sets the name of the script used to handle the XtraReport.PrintProgress event.
OnSizeChanged For internal use. Inherited from BandScripts.
OnTextChanged For internal use. Inherited from TruncatedControlScripts.
See Also