Skip to main content
A newer version of this page is available. .

IReportServerClient.GetDataSourcesAsync() Method

Asynchronously returns the list of available data sources.

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

Task<IEnumerable<DataSourceInfo>> GetDataSourcesAsync()

Returns

Type Description
Task<IEnumerable<DataSourceInfo>>

An asynchronous operation result, containing a collection of DataSourceInfo objects.

See Also