ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportStore Interface / DeleteReport Method
The ID of the report to delete.

In This Topic
    DeleteReport Method (IReportStore)
    In This Topic
    Deletes the report by ID.
    Syntax
    'Declaration
     
    Sub DeleteReport( _
       ByVal reportId As String _
    ) 
    void DeleteReport( 
       string reportId
    )

    Parameters

    reportId
    The ID of the report to delete.
    See Also