Skip to main content
All docs
V25.1
  • BasicExpressionBindingCollection Class

    A collection of BasicExpressionBinding objects.

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.Printing.v25.1.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