Skip to main content
All docs
V25.1
  • IAsyncReportService.BeginGetDrillThroughDetailReport(InstanceIdentity, String, AsyncCallback, Object) Method

    Namespace: DevExpress.DocumentServices.ServiceModel.Client

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    [OperationContract(AsyncPattern = true)]
    IAsyncResult BeginGetDrillThroughDetailReport(
        InstanceIdentity identity,
        string data,
        AsyncCallback callback,
        object asyncState
    )

    Parameters

    Name Type
    identity InstanceIdentity
    data String
    callback AsyncCallback
    asyncState Object

    Returns

    Type
    IAsyncResult
    See Also