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