Skip to main content

ReportServerClient.CreateCategoryAsync(String, Object) Method

Asynchronously creates a report category.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public Task<int> CreateCategoryAsync(
    string name,
    object asyncState
)

Parameters

Name Type Description
name String

A String value, specifying the report category name.

asyncState Object

A Object value, containing information about the asynchronous operation.

Returns

Type Description
Task<Int32>

A Task, specifying the category ID.

See Also