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

ReportServerClient.CreateCategoryAsync(String, Object) Method

Asynchronously creates a report category.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

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