
报表打印
文章平均质量分 77
zhwqy84
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Printer1.cs
using System; using System.Text; using System.Runtime.InteropServices; using System.Security; using System.ComponentModel; using System.Drawing.Printing; namespace FB.PrintHelper1 { public class转载 2012-01-12 13:55:00 · 1242 阅读 · 0 评论 -
StreamPrintDocument.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Microsoft.Reporting.WinForms;转载 2012-01-12 13:53:41 · 915 阅读 · 0 评论 -
PrintUtils.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Reporting.WinForms; using FB.Entity; using FB.Helper; using System.Windows.Forms; namespace FB.Pr转载 2012-01-12 13:53:18 · 863 阅读 · 0 评论 -
DeviceInfo.cs
using System; using System.Collections.Generic; using System.Text; namespace FB.PrintHelper { public class DeviceInfo { private bool m_Landscape = false; public bool Landscap转载 2012-01-12 13:49:10 · 800 阅读 · 0 评论 -
Printer.cs
using System; using System.Collections; using System.Text; using System.Runtime.InteropServices; using System.Security; using System.ComponentModel; using System.Drawing.Printing; namespace FB.PrintH转载 2012-01-12 13:52:37 · 1127 阅读 · 0 评论 -
Printer2.cs
using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.IO; using System.IO.Ports; using System.Collections; namespace devXdemo { //转载 2012-01-12 13:52:11 · 577 阅读 · 0 评论