Exago .NET API Documentation
Delete(String,String,Boolean) Method
WebReports.Api.Reports Namespace > ReportObjectFactory Class > Delete Method : Delete(String,String,Boolean) Method
The path and name of the report to remove form the repository.

Optional user-defined data string to pass along with the report.

This feature is deprecated.
True to remove schedules associated with this report or False not to.

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.

Syntax
public void Delete( 
   System.string name,
   System.string udfData,
   System.bool deleteScheduledReports
)

Parameters

name
The path and name of the report to remove form the repository.
udfData

Optional user-defined data string to pass along with the report.

This feature is deprecated.
deleteScheduledReports
True to remove schedules associated with this report or False not to.
See Also

Reference

ReportObjectFactory Class
ReportObjectFactory Members
Overload List