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

ReportCustomFunctionOperatorBase.MinOperandCount Property

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

Namespace: DevExpress.XtraReports.Expressions

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

Implements

See Also