码迷,mamicode.com
首页 >  
搜索关键字:jaspert report    ( 2164个结果
Report_报表以PLSQL输出HTML标记实现(案例)
2014-05-31 BaoXinjian一. 摘要Oracle Report Builder开发的字符模式的报表,成为系统报表优点采用图形化的开发方式,比较直观有功能强大的向导对比较复杂格式的报表也不要通过太多代码来实现最终结果以一个独立的文件的形式展示,比较容易传递缺点很难转成execel格式文...
分类:数据库   时间:2014-06-28 12:57:31    阅读次数:336
Remove “System Program Problem Detected” Messages From Ubuntu
One of my Ubuntu systems would pop up the following message multiple times after logging in:System program problem detectedDo you want to report the p...
分类:其他好文   时间:2014-06-24 10:18:19    阅读次数:360
Reporting Service 服务启动时报错The service did not respond to the start or control request in a timely fashion
案例环境: 启动一台数据库服务器(Windows Server 2003)的Reporting Service(SQL Server 2008 R2)服务时,出现如下错误信息: System.InvalidOperationException: Cannot start service Report...
分类:其他好文   时间:2014-06-23 08:24:07    阅读次数:415
Report Machine
RM(Report Machine)是一个功能强大的Delphi报表控件包。使用它可以制作出非常复杂的报表。下面讲述最简单的用法:在Form上放上两个数据库控件:ADOConnection和ADOQuery设置好ADOConnection的ConnectionString。LoginPrompt=F...
分类:其他好文   时间:2014-06-23 07:05:55    阅读次数:358
js打开新的链接下载文件
var p =params.join("&");var a = document.createElement('a');a.href = 'report/exportpubcount.do'+p;a.target = '_blank';a.id='exppub';document.body.appe...
分类:Web程序   时间:2014-06-23 06:57:40    阅读次数:2175
ReportMachine
RM(Report Machine)是一个功能强大的Delphi报表控件包。使用它可以制作出非常复杂的报表。下面讲述最简单的用法:在Form上放上两个数据库控件:ADOConnection和ADOQuery设置好ADOConnection的ConnectionString。LoginPrompt=F...
分类:其他好文   时间:2014-06-23 06:27:22    阅读次数:562
YY大厅接受不到documentcompleted事件处理
多玩大厅在接受到了页面的documentcompleted事件,才会把遮在页面前面的YY游戏中去掉,我们的游戏页面,YY大厅接收不到事件,所以就排查了下发现原因在于js脚本里有个用iframe做上报功能的代码,大致代码如下:document.getElementById("report").src=...
分类:其他好文   时间:2014-06-22 13:34:58    阅读次数:191
Crystal Report 遇到需要登录的问题
解决方式:The advices for crystal report database connection settings:1, Using ApplyLogOnInfo method instead of SetDatabaseLogon method. The code example a...
分类:其他好文   时间:2014-06-20 20:41:49    阅读次数:239
水晶报表简单操作
数据集:报表结果:前面需要空缺的列都按照flag为1时进行隐藏:每个字段都可以根据一定的条件,设置显示的string或者是是否显示,或者重复的不显示。Format object-->Report右键:Sections Expertà可以设置report的各个部分是否显示,也可以根据条件设置是否显示:...
分类:其他好文   时间:2014-06-20 20:19:49    阅读次数:194
锐浪 报表, 当多行交叉报表时,对多行交叉报表中自由格中的多个字段控件,进行颜色控制. 取值 判断等实现
需要注意的点是:1 . 要对自由格中对应的 字段框的背景填充方式改为:填充,否则没有效果.2 . 代码中红色部门代码: Column 为明细网络对象属性中的 列集合 中的 交叉列的 名称, Report.RunningDetailGrid.Columns.Item("Column_2")3. 蓝色部...
分类:其他好文   时间:2014-06-20 13:53:48    阅读次数:481
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!