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

ReportServerClient.CreateReport(ReportDto, Object, Action<ScalarOperationCompletedEventArgs<CreateReportResult>>) Method

Creates a new report on the server.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

Declaration

public void CreateReport(
    ReportDto message,
    object asyncState,
    Action<ScalarOperationCompletedEventArgs<CreateReportResult>> onCompleted
)

Parameters

Name Type Description
message ReportDto

A data transfer object specifying properties of the created report.

asyncState Object

A Object value, containing information about the asynchronous operation.

onCompleted Action<ScalarOperationCompletedEventArgs<CreateReportResult>>

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

See Also