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

    The name of the report control or parameter‘s property to specify an Expression for.

    Namespace: DevExpress.XtraReports.Expressions

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

    NuGet Package: DevExpress.Printing.Core

    #Declaration

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

    #Property Value

    Type Default Description
    String String.Empty

    The name of a property to specify an expression for. Only the Value property is supported for parameters.

    #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