Click or drag to resize

StiFunctionsGetFunctions Method (StiReport, String, Boolean)

Returns array of functions with spefified name.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiFunction[] GetFunctions(
	StiReport report,
	string functionName,
	bool isCompile
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctions.GetFunctions(Stimulsoft.Report.StiReport,System.String,System.Boolean)"]

functionName
Type: SystemString

[Missing <param name="functionName"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctions.GetFunctions(Stimulsoft.Report.StiReport,System.String,System.Boolean)"]

isCompile
Type: SystemBoolean

[Missing <param name="isCompile"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctions.GetFunctions(Stimulsoft.Report.StiReport,System.String,System.Boolean)"]

Return Value

Type: StiFunction

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctions.GetFunctions(Stimulsoft.Report.StiReport,System.String,System.Boolean)"]

See Also