07 2012 档案

摘要:ExportData类:View Code /// <summary> /// xxx /// 导出报表数据存入word或excel文件 /// 2012-03-21 /// </summary> public class ExportData { #region 构造函数 public ExportData() { // // TODO: 在此处添加构造函数逻辑 // } #endregion ... 阅读全文
posted @ 2012-07-26 15:43 刀叨 阅读(265) 评论(0) 推荐(0)
摘要:1.页面插入:<script language="javascript" type="text/javascript"> function preview() { bdhtml = window.document.body.innerHTML; sprnstr = "<!--startprint-->"; eprnstr = "<!--endprint-->"; prnhtml = bdhtml.substr(bdhtml.ind... 阅读全文
posted @ 2012-07-09 15:02 刀叨 阅读(458) 评论(0) 推荐(0)
摘要:View Code using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web.UI.WebControls;using System.Web.UI.HtmlControls;namespace xxxx{ public class RepeaterSetting { /// <summary> /// 合并Repeater中某行相同信息的行(单元格) /// </summary> /// ... 阅读全文
posted @ 2012-07-05 16:38 刀叨 阅读(454) 评论(0) 推荐(0)