Skip to main content
All docs
V24.1

BaseCustomFunctions.Register(ICustomFunctionOperator[]) Method

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static void Register(
    params ICustomFunctionOperator[] functionOperators
)

Parameters

Name Type
functionOperators ICustomFunctionOperator[]
See Also