Click or drag to resize

StiAggregateFunctionServiceGetFunction Method

Returns the aggregate function from the service container by its name.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiAggregateFunctionService GetFunction(
	List<StiAggregateFunctionService> services,
	string name
)

Parameters

services
Type: System.Collections.GenericListStiAggregateFunctionService
The container of services that contains a fuction.
name
Type: SystemString
Function name.

Return Value

Type: StiAggregateFunctionService
Function.
See Also