Skip to main content
All docs
V25.1
  • BasicExpressionBinding.Expression Property

    A binding expression that is parsed and processed to specify a control or parameter’s property value.

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    #Declaration

    [DefaultValue("")]
    public string Expression { get; set; }

    #Property Value

    Type Default Description
    String String.Empty

    A binding expression that is parsed and processed to specify a control or parameter’s property value.

    #Remarks

    Expressions for report parameters are rendered in the report’s BeforePrint event and support the Value property.

    Expressions for report controls allow you to render expressions in the control’s BeforePrint or PrintOnPage events.

    See Also