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