You are here: Symbol Reference > Stimulsoft.Report.CodeDom Namespace > StiFunctionsParser Class > StiFunctionsParser Classes > StiFunctionParam Class > StiFunctionParam Constructor
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiFunctionsParser.StiFunctionParam.StiFunctionParam Constructor

Function parameters.

Syntax
C++
C#
Visual Basic
public: StiFunctionParam( string componentName, string argument, string condition, string functionName, StiAggregateFunctionService function, int index, int length, bool isContainerFunc, bool isColumnFunc, bool isRunningTotal, StiExpression expression );
Parameters
Parameters 
Description 
componentName 
Name of the component with which an aggregate function works. 
argument 
Function argument. 
condition 
Function condition. 
functionName 
Function name. 
function 
Aggregate function service. 
index 
Initial position of an function in the text of a script. 
length 
Length of an function text. 
isContainerFunc 
If true, then the function works with the container. 
isColumnFunc 
If true, then the function works with the column. If true, then the function works in running total mode. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.