IReportServerClient.CreateReport(ReportDto, Object, Action<ScalarOperationCompletedEventArgs<CreateReportResult>>) Method
Creates a copy of the specified report.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
void CreateReport(
ReportDto message,
object asyncState,
Action<ScalarOperationCompletedEventArgs<CreateReportResult>> onCompleted
)
Parameters
Name | Type | Description |
---|---|---|
message | ReportDto | A System.Int32 value specifying a source report. |
asyncState | Object | A data transfer object specifying properties of the created report copy. |
onCompleted | Action<ScalarOperationCompletedEventArgs<CreateReportResult>> | A Object value, containing information about the asynchronous operation. |
See Also