Skip to main content

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

Loads the specified report from the server storage.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Parameters

Name Type Description
id 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