Exago .NET API Documentation
Delete(ReportObject,Boolean,String) Method
WebReports.Api.Reports Namespace > ReportObjectFactory Class > Delete Method : Delete(ReportObject,Boolean,String) Method
The report object that is to be deleted.

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

This feature is deprecated.
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.
Syntax
public void Delete( 
   ReportObject reportObject,
   System.bool deleteScheduledReports,
   System.string udfData
)

Parameters

reportObject
The report object that is to be deleted.
deleteScheduledReports
udfData

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

This feature is deprecated.
See Also

Reference

ReportObjectFactory Class
ReportObjectFactory Members
Overload List