Skip to main content
A newer version of this page is available. .
All docs
V21.2

ReportCustomFunctionOperatorBase.IsValidOperandCount(Int32) Method

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

Namespace: DevExpress.XtraReports.Expressions

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