Click or drag to resize

StiDataSource.GetDataTable 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: System.Boolean

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

Return Value

Type: DataTable
The DataTable with data.

Implements

IStiAppDataSource.GetDataTable(Boolean)
See Also