Skip to main content
All docs
V25.2
  • BaseCustomFunctions.Register(ICustomFunctionOperator[]) Method

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.Printing.v25.2.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public static void Register(
        params ICustomFunctionOperator[] functionOperators
    )

    Parameters

    Name Type
    functionOperators ICustomFunctionOperator[]
    See Also