Skip to main content
All docs
V23.2

ReportCustomFunctionOperatorBase.Evaluate(Object[]) Method

Calculates the value that the function returns.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public abstract object Evaluate(
    params object[] operands
)

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