Skip to main content

ReportServerClient.GetReports(Object, Action<ScalarOperationCompletedEventArgs<IEnumerable<ReportCatalogItemDto>>>) Method

Gets a collection of items to be displayed in a report catalog.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void GetReports(
    object asyncState,
    Action<ScalarOperationCompletedEventArgs<IEnumerable<ReportCatalogItemDto>>> onCompleted
)

Parameters

Name Type Description
asyncState Object

A Object value, containing information about the asynchronous operation.

onCompleted Action<ScalarOperationCompletedEventArgs<IEnumerable<ReportCatalogItemDto>>>

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

See Also