Skip to main content
All docs
V25.1
  • 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.v25.1.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