ReportServerClient.UpdateReport(Int32, ReportDto, Object, Action<ScalarOperationCompletedEventArgs<Int32>>) Method
Updates properties of the specified report.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public void UpdateReport(
int reportId,
ReportDto reportDto,
object asyncState,
Action<ScalarOperationCompletedEventArgs<int>> onCompleted
)
Parameters
Name | Type | Description |
---|---|---|
reportId | Int32 | A System.Int32 value specifying a report to update. |
reportDto | ReportDto | A data transfer object containing new values for report properties. |
asyncState | Object | A Object value, containing information about the asynchronous operation. |
onCompleted | Action<ScalarOperationCompletedEventArgs<Int32>> | A System.Action delegate to be called when the operation is complete. |
See Also