corelibraries-devexpress-dot-xtrareports-dot-expressions-138223e6.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class BasicExpressionBinding
Public Class BasicExpressionBinding
The following members return BasicExpressionBinding objects:
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:
Tip
A basic expression binding’s visibility scope is limited to constants, operators, and date-time / logical / math / string functions.
Object BasicExpressionBinding ExpressionBinding
See Also