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

BasicExpressionBinding Class

Stores a binding expression that is parsed and processed to specify a report control or parameter‘s property value.

Namespace: DevExpress.XtraReports.Expressions

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public class BasicExpressionBinding

The following members return BasicExpressionBinding objects:

Remarks

A BasicExpressionBinding is an expression that is parsed and processed to specify a control or parameter‘s property value. For parameters, the supported property is Value.

An expression overrides the property’s value.

BasicExpressionBinding elements are stored in a parameter’s BasicExpressionBindingCollection collection. Use the Parameter.ExpressionBindings property to access the BasicExpressionBindingCollection and its elements.

Specify the following BasicExpressionBinding‘s properties to create a binding expression:

  • PropertyName - name of the property to which the expression applies. Set this property to Value.
  • Expression - an expression that is parsed and processed to specify the parameter’s property value.

Tip

A basic expression binding’s visibility scope is limited to constants, operators and basic functions.

Inheritance

Object
BasicExpressionBinding
See Also