Skip to main content

ReportServerClient.CreateReportCategory(String, Object, Action<ScalarOperationCompletedEventArgs<Int32>>) Method

Creates a new report category with the specified name.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void CreateReportCategory(
    string categoryName,
    object asyncState,
    Action<ScalarOperationCompletedEventArgs<int>> onCompleted
)

Parameters

Name Type Description
categoryName String

A System.String value specifying a category name.

asyncState Object

A Object value, containing information about the asynchronous operation.

onCompleted Action<ScalarOperationCompletedEventArgs<Int32>>

A System.Action delegate to be callled when the operation is complete.

See Also