Skip to main content
All docs
V23.2

ReportCustomFunctionOperatorBase.MaxOperandCount Property

Specifies the maximum number of operands (parameters) the function can accept.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual int MaxOperandCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the maximum number of function operands (parameters) the custom function can accept. A value of -1 indicates that a custom function accepts any number of operands.

See Also