Skip to main content

ReportServerClient.GetCategories(Object, Action<ScalarOperationCompletedEventArgs<IEnumerable<CategoryDto>>>) Method

Returns a collection of items to be displayed in the categories list.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void GetCategories(
    object asyncState,
    Action<ScalarOperationCompletedEventArgs<IEnumerable<CategoryDto>>> onCompleted
)

Parameters

Name Type Description
asyncState Object

A Object value, containing information about the asynchronous operation.

onCompleted Action<ScalarOperationCompletedEventArgs<IEnumerable<CategoryDto>>>

A System.Action delegate to be called when the operation is complete.

See Also