IReportServerClient.CreateCategoryAsync(String, Object) Method
Asynchronously creates a report category.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.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. |
See Also