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

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.v20.2.Core.dll

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

Declaration

[DefaultValue("")]
public string Expression { get; set; }

Property Value

Type Default Description
String String.Empty

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