Skip to main content
All docs
V23.2

ReportServiceClient.GetDrillThroughDetailReportAsync(InstanceIdentity, String, Object) Method

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void GetDrillThroughDetailReportAsync(
    InstanceIdentity identity,
    string data,
    object asyncState
)

Parameters

Name Type
identity InstanceIdentity
data String
asyncState Object
See Also