Click or drag to resize

StiReportRegData Method (DataSet)

Registers all DataTable and DataRelation which are in the specified DataSet in the Data Store.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void RegData(
	DataSet dataSet
)

Parameters

dataSet
Type: System.DataDataSet
DataSet for registration.
See Also