ReportServerClient.CreateCategoryAsync(String, Object) Method
Asynchronously creates a report category.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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. |
Implements
See Also