ReportServerClient.UpdateReportAsync(Int32, ReportDto, Object) Method
Asynchronously updates an existing report.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public Task<int> UpdateReportAsync(
int reportId,
ReportDto reportDto,
object asyncState
)
Parameters
| Name | Type | Description |
|---|---|---|
| reportId | Int32 | An integer value, identifying the report. |
| reportDto | ReportDto | A ReportDto object, providing information about the report. |
| asyncState | Object | A Object value, containing information about the asynchronous operation. |
Returns
| Type | Description |
|---|---|
| Task<Int32> | A Task, specifying the report ID. |
Implements
See Also