ReportCustomFunctionOperatorBase Members
In This Article
#Properties
Name | Description |
---|---|
Description | Gets the text displayed in the function’s tooltip and in the Expression Editor’s Description Panel. |
Function |
Designates the function category. |
Max |
Specifies the maximum number of operands (parameters) the function can accept. |
Min |
Specifies the minimum number of operands (parameters) the function requires. |
Name | The name of a custom function. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Evaluate |
Calculates the value that the function returns. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Determines whether the function can accept a specified number of operands (parameters). |
Is |
Determines whether the specified type can be passed as an operand to the custom function. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Result |
Determines the function result type based on the type of operands passed to the function. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also