Methods / Report Configuration Methods |
Web Services
Removes a report configuration from the system.
public virtual void RemoveReportConfigure(string reportName)
Name | Type | Description |
---|---|---|
reportName |
|
None.
IWFAdminService svc = GetAdminService(); string reportName = ...; try { svc.RemoveReportConfigure(reportName); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher