'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
ActiveReports.Server.ReportServices.Contracts.ResultContains the status of operation.