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

BasicExpressionBindingCollection Class

A collection of BasicExpressionBinding objects.

Namespace: DevExpress.XtraReports.Expressions

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

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