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 the parameter’s property value.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.Printing.v20.1.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 the parameter’s property value.

See Also