BasicExpressionBindingCollection Class
A collection of BasicExpressionBinding objects.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
public class BasicExpressionBindingCollection :
ExpressionBindingCollectionBase<BasicExpressionBinding>
Related API Members
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.
Inheritance
See Also