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
)
Public Overridable Function GetDataTable (
allowConnectToData As Boolean
) As DataTable
Parameters
- allowConnectToData
- Type: SystemBoolean
[Missing <param name="allowConnectToData"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSource.GetDataTable(System.Boolean)"]
Return Value
Type:
DataTableThe DataTable with data.
Implements
IStiAppDataSourceGetDataTable(Boolean)See Also