Overload | Description |
---|---|
Delete(String,String,Boolean) | 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(ReportObject,Boolean,String) | 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. |