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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | 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