Skip to main content
All docs
V26.1
  • IAzureFileStorageManagerAsync.DeleteReportAsync(String) Method

    Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

    Assembly: DevExpress.XtraReports.v26.1.Web.Azure.dll

    Declaration

    Task<bool> DeleteReportAsync(
        string reportId
    )

    Parameters

    Name Type
    reportId String

    Returns

    Type
    Task<Boolean>
    See Also