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

ReportCustomFunctionOperatorBase.MaxOperandCount Property

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

Namespace: DevExpress.XtraReports.Expressions

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

Implements

See Also