Esempio n. 1
0
 public ActionResult WriteChart()
 {
     chartManager.GetReportChart().Write();
     return(null);
 }