1、在winform上加如下控件2、代码和用法如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syste...
分类:
Web程序 时间:
2015-05-05 14:18:10
阅读次数:
219
控件设计:设置上述出去Button和Form控件的剩余控件(PrintDialog1等)的Document属性为相应的PrintDocument。代码: 1 using System; 2 using System.Collections.Generic; 3 using System.Compon...
生成MyReport打印控件
打开Flash Builder添加一个应用,命名为MyReportPrintApp。
封装myreport的打印方法让外部js能够访问,MyReportPrintApp.mxml代码如下:
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:myreport="myreport.*"
minWid...
分类:
Web程序 时间:
2015-02-05 21:57:43
阅读次数:
280
生成MyReport打印控件打开Flash Builder添加一个应用,命名为MyReportPrintApp。 封装myreport的打印方法让外部js能够访问,MyReportPrintApp.mxml代码如下: xmlns:mx="http://www.adobe.com/2006/mxml"...
分类:
Web程序 时间:
2015-02-05 13:40:20
阅读次数:
228
asp.net环境下LODOP打印控件的应用例子。
这篇文章发布在我的个人网站上,下面是原文的链接地址。
http://www.itstu.net/plus/view.php?aid=95...
分类:
Web程序 时间:
2014-12-20 23:31:12
阅读次数:
280
1 - (void)explode:(id)aView level:(int)aLevel {2 for (int i = 0; i < aLevel; i++)3 printf("-");4 printf("%s:%s/n"...
分类:
其他好文 时间:
2014-12-16 18:55:19
阅读次数:
146
1.在head里添加文件位置要对应2.在form里添加3.打印方法document.all.WebBrowser.ExecWB(6, 1);打印的是当前页面的所有内容
分类:
其他好文 时间:
2014-12-15 18:47:14
阅读次数:
127
先看效果图 :lodop插件 需要安装 打印浏览效果:实现打印的前提条件去官网下载几个js包 :http://www.lodop.net/download.html 添加到项目中图片如下:把下面这段代码加入到 web 前端需要打印功能页的相应位置我自己封装的打印js代码(封装成 table 格...
分类:
其他好文 时间:
2014-12-12 18:33:41
阅读次数:
207
1、Web打印
2、 Lodop打印控件
3、 bootstrap框架使用Lodop打印控件
4、 Lodop打印控件浏览器奔溃问题...
分类:
Web程序 时间:
2014-12-10 18:05:31
阅读次数:
351
看博2年+,也没发博。觉得对不住博友了,今天来分享一下Lodop打印控件。首先,Lodop 就不介绍了。大家应该都知道。官网:www.lodop.netLodop是我用过最爽的一款打印控件了,不管是全打还是套打。可自定义控制高、宽度,以及连打。下面是我简单的介绍一下lodop打印控件的打印。大家有什...
分类:
Web程序 时间:
2014-11-18 23:02:41
阅读次数:
228