ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportStore Interface / DeleteReport Method

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

    Parameters

    reportId
    See Also