![]() | RemReportDeleteReportSource Method |
Namespace: Paperwork.Connect
public a_GenericResult DeleteReportSource( ObjectName sourceName )
public void DeleteReportSource() { ObjectName sourceName = new ObjectName("SOURCE_NAME"); a_GenericResult retval = p.rReport.DeleteReportSource(sourceName); if (retval.ErrorCode != 0) throw new Exception(retval.Message); else Console.WriteLine("Rapor kaynağı başarıyla silinmiştir."); Console.ReadLine(); }