BasicExpressionBindingCollection.Item[String] Property
Provides access to individual items in the collection by their names.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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