Click or drag to resize

StiDataTransformationGetDataSources Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiDataTransformation.GetDataSources(System.Collections.Generic.IEnumerable{System.String})"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public IEnumerable<IStiAppDataSource> GetDataSources(
	IEnumerable<string> dataNames
)

Parameters

dataNames
Type: System.Collections.GenericIEnumerableString

[Missing <param name="dataNames"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataTransformation.GetDataSources(System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: IEnumerableIStiAppDataSource

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiDataTransformation.GetDataSources(System.Collections.Generic.IEnumerable{System.String})"]

Implements

IStiQueryObjectGetDataSources(IEnumerableString)
See Also