Click or drag to resize

StiDataSourceGetDataTable Method (Boolean)

Returns a DataTable with data from this datasource.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual DataTable GetDataTable(
	bool allowConnectToData
)

Parameters

allowConnectToData
Type: SystemBoolean

[Missing <param name="allowConnectToData"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSource.GetDataTable(System.Boolean)"]

Return Value

Type: DataTable
The DataTable with data.

Implements

IStiAppDataSourceGetDataTable(Boolean)
See Also