Skip to main content
All docs
V25.1
  • ReportCustomFunctionOperatorBase.Name Property

    The name of a custom function.

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.XtraReports.v25.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