ReportServerClient.LoadReport(Int32, Object, Action<ScalarOperationCompletedEventArgs<ReportDto>>) Method
Loads the specified report from the server storage.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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