Skip to main content
All docs
V25.2
  • ReportService.GetDrillThroughDetailReport(InstanceIdentity, String) Method

    Namespace: DevExpress.XtraReports.Service

    Assembly: DevExpress.XtraReports.v25.2.Service.dll

    NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

    Declaration

    public virtual DrillThroughDetailReportIdentityData GetDrillThroughDetailReport(
        InstanceIdentity identity,
        string data
    )

    Parameters

    Name Type
    identity InstanceIdentity
    data String

    Returns

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