ReportCustomFunctionOperatorBase.Evaluate(Object[]) Method
Calculates the value that the function returns.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| operands | Object[] | An array of objects that specify the function operands (parameters). |
Returns
| Type | Description |
|---|---|
| Object | A value returned by a function. |
See Also