iReport/Jaspersoft
 Studio Support Announcement As
 of version 5.5.0, Jaspersoft Studio will be the official design client for JasperReports. iReport
 will remain as a supported product in maintena...
                            
                            
                                分类:
Web程序   时间:
2014-11-23 21:41:01   
                                阅读次数:
214
                             
                         
                    
                        
                            
                            
                                在ListCttrl控件(Report风格)的使用上,有时需要向子列中插入图标,例如要制作一个下载软件,我们计划在控件的第一列用图标的形式显示下载状态:排队、下载中、出错等等,第二列计划用图标显示下载文件类型,要做出这样的效果,就必须使用CListCtrl的SetItem(八个参数)方法,由于我这台电脑上没有MSDN所以这八个参数具体都是什么意思我暂时不清楚,在这只介绍下跟我们的操作关系密切的几个...
                            
                            
                                分类:
其他好文   时间:
2014-11-22 12:08:23   
                                阅读次数:
229
                             
                         
                    
                        
                            
                            
                                Web service request GetDataSourceContents to Report Serverhttp://crm-vm/reportserver/ReportService2005.asmxfailed with SoapException. Error: The item ...
                            
                            
                                分类:
其他好文   时间:
2014-11-22 00:44:21   
                                阅读次数:
529
                             
                         
                    
                        
                            
                            
                                以下未经说明,listctrl默认view 风格为report
相关类及处理函数
MFC:CListCtrl类
SDK:以 “ListView_”开头的一些宏。如 ListView_InsertColumn
--------------------------------------------------------------------------------...
                            
                            
                                分类:
其他好文   时间:
2014-11-21 14:30:09   
                                阅读次数:
168
                             
                         
                    
                        
                            
                            
                                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
                             
                         
                    
                        
                            
                            
                                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
                             
                         
                    
                        
                            
                            
                                untFastReport.dfm文件:object frmFastReport: TfrmFastReport OldCreateOrder = False Height = 405 Width = 550 object report: TfrxReport Version = '4...
                            
                            
                                分类:
其他好文   时间:
2014-11-18 13:09:11   
                                阅读次数:
534
                             
                         
                    
                        
                            
                            
                                在 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
                             
                         
                    
                        
                            
                            
                                列表视图控件是一种非常常用的控件,在需要以报表形式显示数据时,列表控件通常是最好的选择,许多专用的数据报表控件,也是在它的基础上派生而来。与树视图类似,列表控件可以由多个子项目组成,可以设置为Icon(大图标)、SmallIcon(小图标)、List(列表)或Report(报表)。一、列表视图控件有...