Click or drag to resize

StiRemit Constructor

Creates an object of the type StiRemit.

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

Parameters

Component
Type: Stimulsoft.Report.ComponentsStiComponent

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

name
Type: SystemString

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

scriptCalcItem
Type: SystemString

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

scriptGetValue
Type: SystemString

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

scriptCondition
Type: SystemString

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

function
Type: Stimulsoft.Report.DictionaryStiAggregateFunctionService

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

usePrintEvent
Type: SystemBoolean

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

useColumn
Type: SystemBoolean

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

expression
Type: Stimulsoft.Report.ComponentsStiExpression

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

isRunningTotal
Type: SystemBoolean

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

See Also