ActiveReports 12 Server User Guide
DeleteReport Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : DeleteReport Method
The security token to use.
The identifier of the report to delete.
Deletes the report specified by a id.
Syntax
'Declaration
 
Function DeleteReport( _
   ByVal token As String, _
   ByVal id As String _
) As DataResult
DataResult DeleteReport( 
   string token,
   string id
)

Parameters

token
The security token to use.
id
The identifier of the report to delete.

Return Value

See Also

Reference

IDesignerService Interface
IDesignerService Members