Skip to main content

BasicExpressionBindingCollection Class

A collection of BasicExpressionBinding objects.

Namespace: DevExpress.XtraReports.Expressions

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class BasicExpressionBindingCollection :
    ExpressionBindingCollectionBase<BasicExpressionBinding>

The following members return BasicExpressionBindingCollection objects:

Remarks

BasicExpressionBindingCollection provides access to the parameter’s expressions that are parsed and processed to specify parameter properties’ values.

Use the parameter’s ExpressionBindings property to access a BasicExpressionBindingCollection instance and its elements.

See Also