“领读”ActiveReports 8的产品帮助文档
发布于: 2014/04/30 00:00
工欲善其事必先利其器。 要想成为“报表达人”,细细的阅读一遍产品帮助手册,是非常有必要的。本文就如何阅读AR8产品帮助文档,进行“领读”(一级、二级、三级目录,更多细节内容请自行研读)。
用IIS8部署AR8 ASP.NET/MVC Web程序
发布于: 2014/04/29 00:00
本文通过以下四个步骤,实现了用Windows 8.1 64位系统自带的IIS8.5,部署成功 ASP.NET/MVC的Web程序:步骤一:开始找文档的资料,系统的掌握知识步骤二:VS 选择项目,To copy referenced DLLs to your project步骤三:VS 选择项目,右键--【发布】,文件系统步骤四:打开IIS,新建AR_MVC网站,.netframework 4.0 集成模式(Integrated Mode)
漫游ActiveReports8的demo源码库
发布于: 2014/04/25 00:00
   对于软件工程师(程序员)而言,学习一项新技能,速度最快、效果最好、效率最高的办法是通过厂商提供的demo学习:直观的截图、详解的描述、可运行的源代码。  (注意,没有之一)。   在AR的发布包中,提供了功能丰富的示例源码库:对绝大多数的需求,可在这个自带源码库中找到原型。如通读AR的demo源码库,可快速的、直观帮您解决困惑,同时可获得报表设计的灵感。 <ul> <li><strong>demo源码目录</strong>:C:\Users\[计算机名称]\Documents\ComponentOne Samples\ActiveReports 8 </li> <li><strong>demo帮助文档</strong>: ActiveReports 8 > ActiveReports User Guide > <strong><font color="#ff0000">Samples and Walkthroughs节</font></strong> </li> </ul>
报表控件 ActiveReports 中页面报表动态绑定数据源实现方法续:子报表篇
发布于: 2014/04/14 00:00
在<a href="http://blog.gcpowertools.com.cn/post/2013/05/17/ActiveReports-PageReport-RunTime-DataSource.aspx">报表控件 ActiveReports 中页面报表动态绑定数据源实现方法</a>博客中,我们介绍了可通过LocateDataSource来对【Dataset Provider】进行动态数据源绑定。在读者反馈中,有人询问,如果我有子报表,请问该如何动态绑定数据源呢?<a href="http://www.grapecity.com.cn/image.ashx?picture=AR_Page_LoadDataSource.gif"><img title="AR_Page_LoadDataSource" style="display: inline" alt="AR_Page_LoadDataSource" src="http://www.grapecity.com.cn/image.ashx?picture=AR_Page_LoadDataSource.gif" width="605" height="270" /></a>
ActiveReports 区域报表(Section)加载多数据源实战
发布于: 2014/03/31 00:00
基于代码的区域报表非常灵活,如,可在同一个页面实现多个数据源(本例展现的是多个DataTable)绑定,其核心思想是区域报表的detail_Format事件中赋值的。
ActiveReport 报表事件调用之动态脚本剖析
发布于: 2014/03/26 00:00
在C#下,有一个类库System.CodeDom.Compiler,非常强大。如,可用来动态生成dll,因此可以实现动态表达式、报表等函数,非常方便。AR的Section报表(区域报表)中有脚本,是通过System.CodeDom.Compiler实现的编译为dll,具体下面的实战步骤。<a href="http://www.grapecity.com.cn/image.ashx?picture=AR8_Script4.gif"><img title="AR8_Script" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="AR8_Script" src="http://www.grapecity.com.cn/image.ashx?picture=AR8_Script4.gif" width="488" height="242" /></a>
ActiveReports 8 新特性(9):HTML5报表浏览器JavaScript事件详解
发布于: 2014/03/22 00:00
HTML5报表浏览器的依赖JQuery等开源框架: jQuery 1.9.0 or higher Bootstrap 3.0 Knockout.js 2.3.0 or higher 本文就HTML5报表浏览器公开的JavaScript事件方法一一解析。
ActiveReports 8 新特性(8):HTML5报表浏览器使用功能解析
发布于: 2014/03/22 00:00
本文以安装AR8自带的源码HTML5 Viewer为例,介绍一下HTML5报表浏览器的使用功能,并一一说明如何使用。<a href="http://www.grapecity.com.cn/image.ashx?picture=AR8_HTML5_desktop.gif"><img title="AR8_HTML5_desktop" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="AR8_HTML5_desktop" src="http://www.grapecity.com.cn/image.ashx?picture=AR8_HTML5_desktop.gif" width="614" height="611" /></a>
ActiveReports 8 新特性(5):地图控件(map)的组成元素
发布于: 2014/03/15 00:00
地图标题(Title) 视图区域(ViewPort) 图例(Lengend) 距离标尺(Distance Scale) 地图图层面板(Layers Pane)视图控制面板(View Pane) <a href="http://www.grapecity.com.cn/image.ashx?picture=image_364.png"><img title="AR8_map_title" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="AR8_map_title" src="http://www.grapecity.com.cn/image.ashx?picture=image_364.png" width="614" height="393" /></a>
ActiveReports 8 新特性(7):地图控件(map)实战篇
发布于: 2014/03/15 00:00
我们通过如下步骤实战一个带地图控件的AR8页面报表:Visual Studio winform工程添加页面报表 页面报表添加数据源(Data Source) 页面报表添加数据集(DataSet) 添加地图控件到页面报表并配置数据-空间数据源、分析数据 配置地图控件的外观 浏览页面报表(运行时效果) <a href="http://www.grapecity.com.cn/image.ashx?picture=AR8-map_thumb.gif"><img title="AR8-Design" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="AR8-Design" src="http://www.grapecity.com.cn/image.ashx?picture=AR8-map_thumb.gif" width="614" height="446" /></a>
葡萄城热门产品


