StiFunctionsAddFunction Method (String, String, String, Type, Type, String, Type, String) |
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,
string description,
Type typeOfFunction,
Type returnType,
string returnDescription,
Type[] argumentTypes,
string[] argumentNames
)
Public Shared Function AddFunction (
category As String,
functionName As String,
description As String,
typeOfFunction As Type,
returnType As Type,
returnDescription As String,
argumentTypes As Type(),
argumentNames As String()
) As StiFunction
Parameters
- category
- Type: SystemString
Category of function. - functionName
- Type: SystemString
Name of function. - description
- Type: SystemString
Description of function. - typeOfFunction
- Type: SystemType
Type which contain method of function. - returnType
- Type: SystemType
Return type of function. - returnDescription
- Type: SystemString
Description of returns. - argumentTypes
- Type: SystemType
Array which contain types of arguments. - argumentNames
- Type: SystemString
Array which contain names of arguments.
Return Value
Type:
StiFunction[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctions.AddFunction(System.String,System.String,System.String,System.Type,System.Type,System.String,System.Type[],System.String[])"]
See Also