Skip to main content

ReportServerClient.DeleteReportCategory(Int32, Object, Action<AsyncCompletedEventArgs>) Method

Deletes the specified report category.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void DeleteReportCategory(
    int categoryId,
    object asyncState,
    Action<AsyncCompletedEventArgs> onCompleted
)

Parameters

Name Type Description
categoryId Int32

A System.Int32 value specifying a report category 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