ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace / ISectionResourcesService Interface / DeleteReport Method
The identifier of the report to be removed.

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

    Parameters

    id
    The identifier of the report to be removed.
    See Also