Skip to main content

XRPdfContentScripts.OnEvaluateBinding Property

Gets or sets the name of the script used to handle the XRControl.EvaluateBinding event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(true)]
public override string OnEvaluateBinding { get; set; }

Property Value

Type Description
String

A String that specifies the name of the script for this event.

See Also