Removes a report configuration from the system.
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