Skip to main content
A newer version of this page is available. .

CustomFunctions.Unregister(String) Method

Unregisters a custom function with the specified name from the End-User Report Designer‘s Expression Editor.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public static bool Unregister(
    string name
)

Parameters

Name Type Description
name String

A String object that the name of a custom function to unregister.

Returns

Type Description
Boolean

true, if a custom function with the specified name has successfully been removed from the Expression Editor; otherwise, false.

See Also