摘要: private void OutContactLabelPdf(DataTable Data, string filename, string FontPath, float FontSize) { MemoryStream m = new MemoryStream(); Document document = new Document(PageSize.LETTER); document.Set... 阅读全文
posted @ 2010-07-05 17:14 Devil_Nic 阅读(461) 评论(0) 推荐(0) 编辑
摘要: private void OutputContactExcel(string strFileName, DataTable dtOutPut, string strTextType) { StringWriter sw = new StringWriter(); string strColumns = ""; foreach (DataColumn Columns in dtOutPut.Colu... 阅读全文
posted @ 2010-07-05 17:04 Devil_Nic 阅读(140) 评论(0) 推荐(0) 编辑
摘要: private void PrintContact(DataTable Data, string filename, string FontPath, float FontSize) { MemoryStream m = new MemoryStream(); Document document = new Document(); try { HttpContext.Current.Respons... 阅读全文
posted @ 2010-07-05 16:59 Devil_Nic 阅读(265) 评论(0) 推荐(0) 编辑
摘要: protected void btn_import_Click(object sender, EventArgs e) { ReturnValue _result = new ReturnValue(); Transaction trans = new Transaction(); TContact_Source contactsource = new TContact_Source(); lb_... 阅读全文
posted @ 2010-07-05 16:54 Devil_Nic 阅读(908) 评论(0) 推荐(0) 编辑