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

BasicExpressionBinding.PropertyName Property

The name of the report parameter‘s property for which an Expression is specified.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.Printing.v20.1.Core.dll

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

Declaration

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

Property Value

Type Default Description
String String.Empty

The name of a parameter’s property for which an expression is specified. Only the Value property is supported.

See Also