Skip to main content
All docs
V24.1

ReportCustomFunctionOperatorBase.Name Property

The name of a custom function.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public abstract string Name { get; }

Property Value

Type Description
String

A string that is the function’s name.

See Also