ReportServerClient.DeleteReport(Int32, Object, Action<AsyncCompletedEventArgs>) Method
Deletes the specified report.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v26.1.Core.dll
Declaration
public void DeleteReport(
int reportId,
object asyncState,
Action<AsyncCompletedEventArgs> onCompleted
)
Parameters
| Name | Type | Description |
|---|---|---|
| reportId | Int32 | A System.Int32 specifying a report to delete. |
| asyncState | Object | A Object value, containing information about the asynchronous operation. |
| onCompleted | Action<AsyncCompletedEventArgs> | A System.Action delegate to be called when the operation is complete. |
See Also