ExpressionBindingDescription.EventNames Property
Returns the collection of events in which the property is available.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
String[] | An array of strings that specify events in which the property is available. |
Remarks
In the DataBindingMode.Expressions mode, only the XRControl.BeforePrint event is available in the Properties panel’s Expressions tab. In the DataBindingMode.ExpressionsAdvanced mode, you can use both the XRControl.BeforePrint and XRControl.PrintOnPage events.
Refer to the ExpressionBindingDescription class topic for a code sample.
See Also