Click or drag to resize

StiCodeDomSerializatorAddToRemittedSE Method

Adds a record to the collection of events (OnBeginRender and OnEndRender).

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

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.
function
Type: Stimulsoft.Report.DictionaryStiAggregateFunctionService
Aggegate function.
usePrintEvent
Type: SystemBoolean

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

useNewColumnEventEvent
Type: SystemBoolean

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

isRunningTotal
Type: SystemBoolean

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

expression
Type: Stimulsoft.Report.ComponentsStiExpression

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

Return Value

Type: StiRemit

[Missing <returns> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeDomSerializator.AddToRemittedSE(System.String,Stimulsoft.Report.Components.StiComponent,System.String,System.String,System.String,Stimulsoft.Report.Dictionary.StiAggregateFunctionService,System.Boolean,System.Boolean,System.Boolean,Stimulsoft.Report.Components.StiExpression)"]

See Also