ReportCustomFunctionOperatorBase Methods
A base class for custom functions in the Expression Editor.
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