'Declaration Function DeleteResource( _ ByVal token As String, _ ByVal descriptionType As DescriptionType, _ ByVal resourceIdOrName As String _ ) As DataResult
DataResult DeleteResource( string token, DescriptionType descriptionType, string resourceIdOrName )
Parameters
- token
- The security token to use.
- descriptionType
- The type of resource to delete.
- resourceIdOrName
- The id or the name of the resource to delete.
Return Value
ActiveReports.Server.ReportServices.Contracts.ResultContains the status of operation.