Exago .NET API Documentation
Delete Method
WebReports.Api.Reports Namespace > ReportObjectFactory Class : Delete Method
Delete a report from the repository. The deleted report will become the active report.
Overload List
OverloadDescription

Delete a report from the repository by name, Optionally choose to remove the report from the Scheduler Services if the General class IsDeleteSchedulesUponReportDeletion Property is True.

 
Delete a report from the repository by passing in a ReportObject object. Optionally choose to remove the report from the Scheduler Services if the General class IsDeleteSchedulesUponReportDeletion Property is True.  
Exceptions
ExceptionDescription
System.Exception if the report cannot be found to delete (e.g. the content ID does not exist); or if another exception is thrown when attempting to remove the report.
A StorageMgmtException will be thrown if the currently active Storage Management identity does not have CanDelete access on the current item
See Also

Reference

ReportObjectFactory Class
ReportObjectFactory Members