解决方式: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
需要注意的点是:1 . 要对自由格中对应的 字段框的背景填充方式改为:填充,否则没有效果.2 . 代码中红色部门代码: Column 为明细网络对象属性中的 列集合 中的 交叉列的 名称, Report.RunningDetailGrid.Columns.Item("Column_2")3. 蓝色部...
分类:
其他好文 时间:
2014-06-20 13:53:48
阅读次数:
481
FastReport TfrxReport此为最主要的报表元件,一个 TfrxReport 元件组成一份报表。在设计时期,双击此元件可打开报表设计器(Report Designer),此元件拥有所有载入、存盘、设计及来看报表必须的属性及方法。TfrxReport 提供的方法:procedure C....
分类:
其他好文 时间:
2014-06-18 16:18:13
阅读次数:
165
锐浪 报表, 交叉报表中 对交叉字段,做条件改变背景颜色 .var fieldCount = Report.RunningDetailGrid.ColumnContent.ContentCells.Count; // 总字段列数var lockFieldCount = Report.Detai...
分类:
其他好文 时间:
2014-06-18 10:26:47
阅读次数:
570
1 package tcweb.handler.report; 2 3 import java.io.File; 4 import java.io.FileInputStream; 5 6 import javax.servlet.ServletContext; 7 import javax....
分类:
Web程序 时间:
2014-06-18 09:58:35
阅读次数:
173
#include #include #include #include #include void *sigone_program(void *arg);void *sigtwo_program(void *arg);void report(int);int main(int argc,char *...
分类:
编程语言 时间:
2014-06-17 15:50:40
阅读次数:
286
1. http://bugs.mysql.com/bug.php?id=722152. http://bugs.mysql.com/bug.php?id=722173. http://bugs.mysql.com/bug.php?id=725294. http://bugs.mysql.com/bu...
分类:
数据库 时间:
2014-06-15 23:30:20
阅读次数:
234
首先后台添加命名空间using System.Drawing.Drawing2D;后台代码namespace Report.Web{ public partial class RoundPanel : Panel { private int mMatrixRound = 8...
原文:[原创]解决Crystal Report XI
R2不能在64操作系统正常工作的问题-web程序我更换了新的电脑,操作系统也从原来32位的windows 2003 R2升级到windows 2008 R2
x64, 由于客户的原因我们的报表部分必须用Crystal Report XI R2来完...
分类:
Web程序 时间:
2014-06-10 11:49:06
阅读次数:
285
XSL Report Designer是用来设计XML数据的输出布局,使其可以以报告和表格(以下统称“报告”)的格式进行分页的设计软件。输出布局的设计,包含了报告的外观以及报告的项目和XML的需要打印的要素内容之间的对应关系等的设计。...
分类:
其他好文 时间:
2014-06-10 06:06:52
阅读次数:
233