ActiveReports 12 Server User Guide
Delete Method
ActiveReports 12 Server User Guide > Web Service Library > ReportService > Delete Method

Deletes the report specified in the ID parameter.

Syntax

C#
Copy Code
DataResult Delete(string token, string id);

Parameters

token
The security token to use.

id
The identifier of the report to delete.

Return Value

DataResult object containing the status of the delete operation.

See Also