Click or drag to resize

StiReportRegData Method (String, DataView)

Registers DataView in the Data Store.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void RegData(
	string name,
	DataView dataView
)

Parameters

name
Type: SystemString
DataView name in the Data Store.
dataView
Type: System.DataDataView
DataView for registration.
See Also