ReportServerClient.GetReportsAsync(Object) Method
In This Article
Asynchronously gets a collection of reports.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
async |
Object | A Object value, containing information about the asynchronous operation. |
#Returns
Type | Description |
---|---|
Task<IEnumerable<Report |
An asynchronous operation result, containing a collection of Report |
#Implements
See Also