Skip to main content

IReportServerFacadeAsync.EndGetCategories(IAsyncResult) Method

Ends obtaining the report categories.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

IEnumerable<CategoryDto> EndGetCategories(
    IAsyncResult ar
)

Parameters

Name Type Description
ar IAsyncResult

An object containing information about the status of an asynchronous operation.

Returns

Type Description
IEnumerable<CategoryDto>

A collection of CategoryDto objects.

See Also