StiDictionaryConnect Method |
Connects all Data Sources to data.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Connect(
bool loadData = true,
List<StiDataSource> dataSources = null
)
Public Sub Connect (
Optional loadData As Boolean = true,
Optional dataSources As List(Of StiDataSource) = Nothing
)
Parameters
- loadData (Optional)
- Type: SystemBoolean
Specifies whether it is necessary to load data or not. - dataSources (Optional)
- Type: System.Collections.GenericListStiDataSource
[Missing <param name="dataSources"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDictionary.Connect(System.Boolean,System.Collections.Generic.List{Stimulsoft.Report.Dictionary.StiDataSource})"]
See Also