Click or drag to resize

StiFunctionsAddFunction Method (String, String, String, Type, Type, String, Type, String, 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,
	string[] argumentDescriptions
)

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.
argumentDescriptions
Type: SystemString
Array which contain descriptions 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[],System.String[])"]

See Also