Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportCustomFunctionOperatorBase.IsValidOperandCount(Int32) Method

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

Namespace: DevExpress.XtraReports.Expressions

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