码迷,mamicode.com
首页 >  
搜索关键字:pentaho report    ( 2275个结果
VC之ListCtrl经验总结(II)
ListCtrl在工作中,常常用到,也常常看到大家发帖问怎么用这个控件,故总结了一下自己的使用经验,以供参考使用。 先注明一下,这里,我们用m_listctrl来表示一个CListCtrl的类对象,然后这里我们的ListCtrl都是report形式,至于其他的如什么大图标,小图标的暂时不讲,毕竟report是大众话的使用。其次,我们这里用条款一,条款二来描述第一点,第二点,这个是参照《Effec...
分类:其他好文   时间:2014-11-21 14:29:16    阅读次数:232
水晶报表打印
水晶报表打印问题: ReportDocument aReportDocument = new ReportDocument(); //加载报表  aReportDocument.Load(@Application.StartupPath + Properties.Settings.Default.MainReportPath); //子报表数据源 aReportDocument.Subr...
分类:其他好文   时间:2014-11-20 20:29:35    阅读次数:236
Six ways to think like a journalist!
Journalists have the ability to state a thing more clearly. What can we learn from them to help us report or explain things like them?        There are six ways as follows:        1. Know your audie...
分类:其他好文   时间:2014-11-19 01:59:04    阅读次数:199
通用FASTREPORT打印模块及接口方法
untFastReport.dfm文件:object frmFastReport: TfrmFastReport OldCreateOrder = False Height = 405 Width = 550 object report: TfrxReport Version = '4...
分类:其他好文   时间:2014-11-18 13:09:11    阅读次数:534
【转】tomcat 访问软连接文件夹下的网页出现404错误,description The requested resource (/xxx.html) is not available.
在 tomcat/webapps/ROOT/ 下建立一个软连接文件ln -s /home/ubuntu/report report 再到report软连接目录里建立个 report.html通过浏览器访问这个report.html时就出错。。错误如下:HTTP Status 404 - rep...
分类:Web程序   时间:2014-11-17 11:57:16    阅读次数:183
win32 sdk列表视图控件两个重要的结构体
列表视图控件是一种非常常用的控件,在需要以报表形式显示数据时,列表控件通常是最好的选择,许多专用的数据报表控件,也是在它的基础上派生而来。与树视图类似,列表控件可以由多个子项目组成,可以设置为Icon(大图标)、SmallIcon(小图标)、List(列表)或Report(报表)。一、列表视图控件有...
分类:Windows程序   时间:2014-11-16 18:39:12    阅读次数:329
最近,波兰的程序员Chris(也叫KreCi)公布了他的第十四期程序员收入报告
http://www.aqee.net/developer-income-report-14/最近,波兰的程序员Chris(也叫KreCi)公布了他的第十四期程序员收入报告。数据显示,上月是目前为止他收入最多的一个月。Chris的收入并不是指他的工资或薪水,Chris是一个自由职业者。他的收入也不是...
分类:其他好文   时间:2014-11-15 16:43:01    阅读次数:87
Html+CSS命名规范:
Html+CSS命名规范: 1、样式命名: 2、样式文件命名: 数据库命名规范(Oracle表名长度不要超过30个字符,sql不限制): 1、数据库命名: 2、数据表命名:架构名+产品名+模块名。如:Report.Rept_ReportTemplateData 3、数据列命名:
分类:Web程序   时间:2014-11-15 01:21:30    阅读次数:172
latex文档记录
主文件: 1 \documentclass[12pt,a4paper]{report} 2 \usepackage{amsmath} 3 \usepackage{amsfonts} 4 \usepackage{amssymb} 5 \usepackage{makeidx} 6 \usep...
分类:其他好文   时间:2014-11-14 19:38:02    阅读次数:213
OE - 报表RML格式详解
OE - 报表RML格式详解 <?xml?version="1.0"?encoding="utf-8"?> <document??filename="report.oecn_training_lesson.pdf"?compression="1"> ??{{script}}import?datetime;print?datetime.datetime.now;{...
分类:其他好文   时间:2014-11-14 18:10:13    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!