Skip to main content

ReportServerClient.GetDataSourcesAsync() Method

Asynchronously returns the list of available data sources.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public Task<IEnumerable<DataSourceInfo>> GetDataSourcesAsync()

Returns

Type Description
Task<IEnumerable<DataSourceInfo>>

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

See Also