Skip to main content
All docs
V23.2

BaseCustomFunctions.Register(ICustomFunctionOperator[]) Method

Namespace: DevExpress.XtraReports.Expressions

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static void Register(
    params ICustomFunctionOperator[] functionOperators
)

Parameters

Name Type
functionOperators ICustomFunctionOperator[]
See Also