StiDataRow Constructor (StiDataSource, DataRow) |
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(
StiDataSource dataSource,
DataRow dataRow
)
Public Sub New (
dataSource As StiDataSource,
dataRow As DataRow
)
Parameters
- dataSource
- Type: Stimulsoft.Report.DictionaryStiDataSource
Data Source in which DataRow is located. - dataRow
- Type: System.DataDataRow
DataRow that is used for data extraction.
See Also