ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.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 _
) 
 

Parameters

reportId
The ID of the report to delete.
See Also