Skip to main content
A newer version of this page is available. .

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

Deletes the specified report category.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

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