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

    Specifies the maximum number of operands (parameters) the function can accept.

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public virtual int MaxOperandCount { get; }

    Property Value

    Type Description
    Int32

    An integer value that specifies the maximum number of function operands (parameters) the custom function can accept. A value of -1 indicates that a custom function accepts any number of operands.

    See Also