Skip to main content

ReportServerClient.RollbackReportLayout(Int32, Int32, Object, Action<AsyncCompletedEventArgs>) Method

Rolls the layout of a report back to the specified revision.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void RollbackReportLayout(
    int reportId,
    int revisionId,
    object asyncState,
    Action<AsyncCompletedEventArgs> onCompleted
)

Parameters

Name Type Description
reportId Int32

A System.Int32 value specifying a report to roll back.

revisionId Int32

A System.Int32 value specifying a target layout revision.

asyncState Object

A Object value, containing information about the asynchronous operation.

onCompleted Action<AsyncCompletedEventArgs>

A System.Action delegate to be called when the operation is complete.

See Also