Click or drag to resize

StiCodeDomSerializatorAddToRemittedBuild Method

Adds a record to the collection of events (OnBuild).

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void AddToRemittedBuild(
	string name,
	StiComponent comp,
	string funcName,
	string scriptCalcItem,
	string scriptGetValue,
	string scriptCondition,
	StiAggregateFunctionService function,
	StiExpression expression,
	bool isRunningTotal
)

Parameters

name
Type: SystemString
A name of the component to what a handler is turned on.
comp
Type: Stimulsoft.Report.ComponentsStiComponent
Component.
funcName
Type: SystemString
Function name.
scriptCalcItem
Type: SystemString
Script to calculate functions.
scriptGetValue
Type: SystemString
Script to get value.
scriptCondition
Type: SystemString

[Missing <param name="scriptCondition"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeDomSerializator.AddToRemittedBuild(System.String,Stimulsoft.Report.Components.StiComponent,System.String,System.String,System.String,System.String,Stimulsoft.Report.Dictionary.StiAggregateFunctionService,Stimulsoft.Report.Components.StiExpression,System.Boolean)"]

function
Type: Stimulsoft.Report.DictionaryStiAggregateFunctionService
Aggegate function.
expression
Type: Stimulsoft.Report.ComponentsStiExpression

[Missing <param name="expression"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeDomSerializator.AddToRemittedBuild(System.String,Stimulsoft.Report.Components.StiComponent,System.String,System.String,System.String,System.String,Stimulsoft.Report.Dictionary.StiAggregateFunctionService,Stimulsoft.Report.Components.StiExpression,System.Boolean)"]

isRunningTotal
Type: SystemBoolean

[Missing <param name="isRunningTotal"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeDomSerializator.AddToRemittedBuild(System.String,Stimulsoft.Report.Components.StiComponent,System.String,System.String,System.String,System.String,Stimulsoft.Report.Dictionary.StiAggregateFunctionService,Stimulsoft.Report.Components.StiExpression,System.Boolean)"]

See Also