BasicExpressionBinding.Expression Property
A binding expression that is parsed and processed to specify a control or parameter’s property value.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A binding expression that is parsed and processed to specify a control or parameter’s property value. |
Remarks
Expressions for report parameters are rendered in the report’s BeforePrint event and support the Value property.
Expressions for report controls allow you to render expressions in the control’s BeforePrint or PrintOnPage events.
See Also