StiFunctionsAddFunction Method (String, String, Type, Type) |
Adds new function with specified parameters.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiFunction AddFunction(
string category,
string functionName,
Type typeOfFunction,
Type returnType
)
Public Shared Function AddFunction (
category As String,
functionName As String,
typeOfFunction As Type,
returnType As Type
) As StiFunction
Parameters
- category
- Type: SystemString
Category of function. - functionName
- Type: SystemString
Name of function. - typeOfFunction
- Type: SystemType
Type which contain method of function. - returnType
- Type: SystemType
Return type of function.
Return Value
Type:
StiFunction[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctions.AddFunction(System.String,System.String,System.Type,System.Type)"]
See Also