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.MinOperandCount Property

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

Namespace: DevExpress.XtraReports.Expressions

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