ActiveReports 9 Server
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

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum