Click or drag to resize

StiDataSourceHelperGetDataSourcesFromDatabase Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSourceHelper.GetDataSourcesFromDatabase(Stimulsoft.Report.StiReport,Stimulsoft.Report.Dictionary.StiDatabase)"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static List<StiDataSource> GetDataSourcesFromDatabase(
	StiReport report,
	StiDatabase database
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSourceHelper.GetDataSourcesFromDatabase(Stimulsoft.Report.StiReport,Stimulsoft.Report.Dictionary.StiDatabase)"]

database
Type: Stimulsoft.Report.DictionaryStiDatabase

[Missing <param name="database"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSourceHelper.GetDataSourcesFromDatabase(Stimulsoft.Report.StiReport,Stimulsoft.Report.Dictionary.StiDatabase)"]

Return Value

Type: ListStiDataSource

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSourceHelper.GetDataSourcesFromDatabase(Stimulsoft.Report.StiReport,Stimulsoft.Report.Dictionary.StiDatabase)"]

See Also