Click or drag to resize

StiRow Constructor

Initializes a new instance of the StiRow class

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiRow(
	StiDataSource dataSource,
	int rowIndex
)

Parameters

dataSource
Type: Stimulsoft.Report.DictionaryStiDataSource

[Missing <param name="dataSource"/> documentation for "M:Stimulsoft.Report.Dictionary.StiRow.#ctor(Stimulsoft.Report.Dictionary.StiDataSource,System.Int32)"]

rowIndex
Type: SystemInt32

[Missing <param name="rowIndex"/> documentation for "M:Stimulsoft.Report.Dictionary.StiRow.#ctor(Stimulsoft.Report.Dictionary.StiDataSource,System.Int32)"]

See Also