Skip to main content

XtraReportBaseScripts Properties

Contains names of the scripts for the XtraReportBase class descendants.
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.
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.
OnDataSourceRowChanged Gets or sets the name of the script used to handle the XtraReportBase.DataSourceRowChanged event.
See Also