Skip to main content
A newer version of this page is available. .

BasicExpressionBindingCollection.Item[String] Property

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

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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