Skip to main content

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.
OnFillEmptySpace Gets or sets the name of the script used to handle the XtraReport.FillEmptySpace event.
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.
OnPrintProgress Gets or sets the name of the script used to handle the XtraReport.PrintProgress event.
See Also