ReportServerClient.CreateReport(ReportDto, Object, Action<ScalarOperationCompletedEventArgs<CreateReportResult>>) Method
Creates a new report on the server.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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. |
Implements
See Also