ActiveReports 12 Server User Guide
Delete Method

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

Parameters

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

Return Value

See Also

Reference

IReportService Interface
IReportService Members