Ejemplo n.º 1
0
 /// <summary>
 /// 更新备用版本
 /// </summary>
 protected void updateBackReport()
 {
     SaveReportingService srs = new SaveReportingService();
     srs.SaveMhtml();
 }
Ejemplo n.º 2
0
 protected void Button1_Click(object sender, EventArgs e)
 {
     SaveReportingService srs = new SaveReportingService();
     srs.SaveExcel();
 }