ReportCustomFunctionOperatorBase.MaxOperandCount Property
Specifies the maximum number of operands (parameters) the function can accept.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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