Example #1
0
 public static string ConvertReport(Control grid, string source)
 {
     if (_reporter != null)
     {
         return(_reporter.ConvertReport(source));
     }
     return(null);
 }