Skip to main content
All docs
V25.1
  • ReportCustomFunctionOperatorBase.IsValidOperandCount(Int32) Method

    Determines whether the function can accept a specified number of operands (parameters).

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public virtual bool IsValidOperandCount(
        int count
    )

    Parameters

    Name Type Description
    count Int32

    An integer value that is the number of operands (parameters) passed to the custom function.

    Returns

    Type Description
    Boolean

    True if the function can take the specified number of operands (parameters); otherwise, false.

    See Also