Skip to main content
All docs
V24.2

ReportServiceClient.GetDrillThroughDetailReportAsync(InstanceIdentity, String, Object) Method

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

Declaration

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

Parameters

Name Type
identity InstanceIdentity
data String
asyncState Object
See Also