IReportServerClient.GetDataSourcesAsync() Method
Asynchronously returns the list of available data sources.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v26.1.Core.dll
Declaration
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<DataSourceInfo>> | An asynchronous operation result, containing a collection of DataSourceInfo objects. |
See Also