Skip to main content

ReportServerClient.UploadLayout(Stream, Object, Action<ScalarOperationCompletedEventArgs<TransientReportId>>) Method

Uploads report layout data onto a server.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void UploadLayout(
    Stream layout,
    object asyncState,
    Action<ScalarOperationCompletedEventArgs<TransientReportId>> onCompleted
)

Parameters

Name Type Description
layout Stream

A System.IO.Stream containing layout data.

asyncState Object

A Object value, containing information about the asynchronous operation.

onCompleted Action<ScalarOperationCompletedEventArgs<TransientReportId>>

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

See Also