StiDataSourceConnect Method (StiDataCollection, Boolean) |
Connect Data Source to data. It is necessary to call the parent of the method(base.Connect).
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void Connect(
StiDataCollection datas,
bool loadData
)
Public Overridable Sub Connect (
datas As StiDataCollection,
loadData As Boolean
)
Parameters
- datas
- Type: Stimulsoft.Report.DictionaryStiDataCollection
[Missing <param name="datas"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSource.Connect(Stimulsoft.Report.Dictionary.StiDataCollection,System.Boolean)"]
- loadData
- Type: SystemBoolean
Load data or no.
See Also