Skip to main content
All docs
V25.1
  • BasicExpressionBindingCollection.Item[String] Property

    Provides access to individual items in the collection by their names.

    Namespace: DevExpress.XtraReports.Expressions

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

    NuGet Package: DevExpress.Printing.Core

    #Declaration

    public BasicExpressionBinding this[string propertyName] { get; }

    #Parameters

    Name Type Description
    propertyName String

    An item with the specified name.

    #Property Value

    Type Description
    BasicExpressionBinding

    A binding expression for a parameter‘s property value.

    #Remarks

    This property searches the BasicExpressionBindingCollection for an expression binding item whose name matches the specified value, and returns this item. If no such parameter is found, the property returns null (Nothing in Visual Basic).

    See Also