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

ReportServerClient.LoadReport(Int32, Object, Action<ScalarOperationCompletedEventArgs<ReportDto>>) Method

Loads the specified report from the server storage.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

Declaration

public void LoadReport(
    int reportId,
    object asyncState,
    Action<ScalarOperationCompletedEventArgs<ReportDto>> onCompleted
)

Parameters

Name Type Description
reportId Int32

A System.Int32 specifying a report to load.

asyncState Object

A Object value, containing information about the asynchronous operation.

onCompleted Action<ScalarOperationCompletedEventArgs<ReportDto>>

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

See Also