Skip to main content
A newer version of this page is available. .
All docs
V21.2

ReportCustomFunctionOperatorBase.Evaluate(Object[]) Method

Calculates the value that the function returns.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v21.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.

Implements

See Also