Skip to main content
All docs
V25.1
  • ReportServiceClient.GetDrillThroughDetailReportAsync(InstanceIdentity, String, Object) Method

    Namespace: DevExpress.DocumentServices.ServiceModel.Client

    Assembly: DevExpress.Printing.v25.1.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