Skip to main content

ReportServerClient.LoadReportLayoutByRevisionId(Int32, Int32, Object, Action<ScalarOperationCompletedEventArgs<Byte[]>>) Method

Gets the specified revision of a report layout.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void LoadReportLayoutByRevisionId(
    int reportId,
    int revisionId,
    object asyncState,
    Action<ScalarOperationCompletedEventArgs<byte[]>> onCompleted
)

Parameters

Name Type Description
reportId Int32

A System.Int32 value specifying a report.

revisionId Int32

A System.Int32 value specifying a report revision.

asyncState Object

A Object value, containing information about the asynchronous operation.

onCompleted Action<ScalarOperationCompletedEventArgs<Byte[]>>

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

See Also