Click or drag to resize

StiFunctionsAddFunction Method (String, String, String, Type, 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
)

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.

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)"]

See Also