Click or drag to resize

StiRankFunctionService Constructor (Boolean, Boolean, StiRankOrder)

Initializes a new instance of the StiRankFunctionService class

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiRankFunctionService(
	bool runningTotal,
	bool dense,
	StiRankOrder sortOrder
)

Parameters

runningTotal
Type: SystemBoolean

[Missing <param name="runningTotal"/> documentation for "M:Stimulsoft.Report.Dictionary.StiRankFunctionService.#ctor(System.Boolean,System.Boolean,Stimulsoft.Report.StiRankOrder)"]

dense
Type: SystemBoolean

[Missing <param name="dense"/> documentation for "M:Stimulsoft.Report.Dictionary.StiRankFunctionService.#ctor(System.Boolean,System.Boolean,Stimulsoft.Report.StiRankOrder)"]

sortOrder
Type: Stimulsoft.ReportStiRankOrder

[Missing <param name="sortOrder"/> documentation for "M:Stimulsoft.Report.Dictionary.StiRankFunctionService.#ctor(System.Boolean,System.Boolean,Stimulsoft.Report.StiRankOrder)"]

See Also