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

BasicExpressionBinding.PropertyName Property

The name of the report control or parameter‘s property to specify an Expression for.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.Printing.v20.2.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 property to specify an expression for. Only the Value property is supported for parameters.

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