Skip to main content
All docs
V23.2

IAsyncReportService.EndGetDrillThroughDetailReport(IAsyncResult) Method

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

DrillThroughDetailReportIdentityData EndGetDrillThroughDetailReport(
    IAsyncResult ar
)

Parameters

Name Type
ar IAsyncResult

Returns

Type
DevExpress.DocumentServices.ServiceModel.DataContracts.DrillThroughDetailReportIdentityData
See Also