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

    Specifies the minimum number of operands (parameters) the function requires.

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public virtual int MinOperandCount { get; }

    Property Value

    Type Description
    Int32

    An integer that specifies the least possible number of function operands (parameters) for the custom function. A value of 0 indicates that parameters are not required.

    See Also