Skip to main content

XRCrossTabCellScripts.OnBeforePrint Property

Gets or sets the name of the script used to handle the XRCrossTabCell.BeforePrint event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override string OnBeforePrint { get; set; }

Property Value

Type Description
String

Specifies the name of the script for this event.

Remarks

Use the OnBeforePrint property to assign the name of the script to be executed when the XRCrossTabCell.BeforePrint event is raised.

See Use Report Scripts for more information.

See Also