Skip to main content
A newer version of this page is available. .

ReportServerClient.UpdateReportAsync(Int32, ReportDto, Object) Method

Asynchronously updates an existing report.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

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.

See Also