ReportCustomFunctionOperatorBase.IsValidOperandCount(Int32) Method
Determines whether the function can accept a specified number of operands (parameters).
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| count | Int32 | An integer value that is the number of operands (parameters) passed to the custom function. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the function can take the specified number of operands (parameters); otherwise, false. |
See Also