Click or drag to resize

StiDataRow Constructor (StiDataRow)

Creates a new object of the type StiDataRow.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDataRow(
	StiDataRow dataRow
)

Parameters

dataRow
Type: Stimulsoft.Report.DictionaryStiDataRow
DataRow that is used for data extraction.
See Also