IReportServerClient.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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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