BaseCustomFunctions.Register(ICustomFunctionOperator[]) Method
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.Printing.v26.1.Core.dll
Declaration
Parameters
| Name | Type |
|---|---|
| functionOperators | ICustomFunctionOperator[] |
See Also
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.Printing.v26.1.Core.dll
public static void Register(
params ICustomFunctionOperator[] functionOperators
)
Public Shared Sub Register(
ParamArray functionOperators As ICustomFunctionOperator()
)
| Name | Type |
|---|---|
| functionOperators | ICustomFunctionOperator[] |