Skip to main content
All docs
V25.1
  • 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

    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