Skip to main content

ICustomAggregateBrowsable Properties

Allows you to define a description of a custom aggregate function that appears in the Expression Editor, and validate the number of arguments and their type.
Name Description
Description Specifies the function description that appears in the Expression Editor.
MaxOperandCount Returns the maximum number of operands (parameters) that this function can accept.
MinOperandCount Returns the minimum number of operands (parameters) that this function requires.
Name When implemented by a custom aggregate function, specifies its name. Inherited from ICustomAggregate.
See Also