当前位置:首页>>开发编程>>VS.NET>>新闻内容
官方水晶报表.NET 应用程序实例下载(C#、Visual C++.NET)
作者:佚名 发布时间:2004-8-25 10:17:46 文章来源:西部E网

使用 C# 和 C++.NET 开发的 .NET 应用程序实例列表
----------------------------------

概述

本文档列出了 Crystal Decisions 技术支持网站上所有可用的,使用 C# 和 C++.NET 开发的 .NET 应用程序实例列表。本文档还给出了每一个程序的描述和下载链接。随着新程序加入我们的支持站点,本文档将不断更新。
----------------------------------

目录

VISUAL C# .NET

一、数据库连通性
  1、csharp_web_simplelogonengine.exe
  2、csharp_web_simplelogonviewer.exe
  3、csharp_win_dbengine.exe
  4、csharp_win_dbviewer.exe

二、ADO.NET
  1、csharp_web_adonet.exe
  2、csharp_win_adodotnet.exe

三、导出
  1、csharp_web_export.exe
  2、csharp_win_export.exe
  3、csharp_win_exporttopdf.exe

四、格式化
  1、csharp_win_sortfields.exe

五、公式
  1、csharp_win_dynamic_report_formula.exe

六、参数字段
  1、csharp_web_discreteparams.exe
  2、csharp_web_rangeparams.exe
  3、csharp_web_sub_daterangeparam.exe
  4、csharp_win_discreteparam.exe
  5、csharp_win_multirangeparam.exe
  6、csharp_win_paramengine.exe
  7、csharp_win_paramsub.exe

七、打印报表
  1、csharp_win_printtoprinter.exe

八、查看报表
  1、csharp_web_simplepreviewreport.exe

九、报表 Web 服务
  1、csharp_web_serverfilereports.exe
  2、csharp_win_serverfilereports.exe

十、子报表
  1、csharp_web_accesssubreport.exe
  2、csharp_web_sub_daterangeparam.exe
  3、csharp_win_paramsub.exe
  4、csharp_win_subreport_basic.exe
  5、csharp_win_subreport_logon.exe

十一、Windows/Web 查看器 (选项/事件)
  1、csharp_win_viewer_events.exe


Visual C++ .NET

十二、参数
  1、cppnet_win_paramengine.exe

十三、数据库问题
  1、cppnet_win_dbengine.exe
  2、cppnet_win_dbviewer.exe

十四、子报表
  1、cppnet_win_subreport_basic.exe

十五、联系 Crystal Decisions 以获得技术支持
----------------------------------

一、数据库连通性

1、csharp_web_simplelogonengine.exe
该 C# .NET web 程序实例示范了如何使用 ReportDocument 类的数据库表 (database table) 对象建立连接,以登录安全的 SQL 数据库。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_simplelogonengine.exe.asp

2、csharp_web_simplelogonviewer.exe
该 C# .NET web 程序实例示范了如何使用 CrystalReportViewer 控件的 LogonInfo 属性建立连接,以登录安全的数据库。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_simplelogonviewer.exe.asp

3、csharp_win_dbengine.exe
该 C# .NET Windows 程序实例示范了如何登录安全的 SQL 数据库。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_dbengine.exe.asp

4、csharp_win_dbviewer.exe
该 C# .NET Windows 程序实例示范了如何使用 Windows 窗体查看器 (Windows Form viewer) 对象模型将报表连接到安全的数据库。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_dbviewer.exe.asp
----------------------------------

二、ADO.NET
1、csharp_web_adonet.exe
该 C# .NET web 程序实例示范了如何在运行时构造和组装 ADO.NET 数据集,并将它传递给报表。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_adonet.exe.asp

2、csharp_win_adodotnet.exe
该 C# .NET Windows 程序实例示范了如何在运行时构造和组装 ADO.NET 数据集 (dataset),并将它传递给报表。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_adodotnet.exe.asp
----------------------------------

三、导出

1、csharp_web_export.exe
该 C# .NET web 程序实例示范了如何将报表导出成多种文件格式(比如:.DOC 或者 .XLS)。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET 2002) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_export.exe.asp

2、csharp_win_export.exe
该 C# .NET Windows 程序实例示范了如何将你的报表导出成多种格式。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_export.exe.asp

3、csharp_win_exporttopdf.exe
该 C# .NET Windows 程序实例示范了如何将你的报表导出成便携文档格式 (Portable Document Format) (PDF)。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_exporttopdf.exe.asp
----------------------------------

四、格式化

1、csharp_win_sortfields.exe
该 C# Windows 程序实例示范了如何在运行时改变报表的主排序字段 (Sort Field) 和字段排序方向 (Sort Field direction)。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_sortfields.exe.asp
----------------------------------

五、公式

1、csharp_win_dynamic_report_formula.exe
该 C# .NET Windows 程序实例示范了如何根据用户输入创建动态报表。程序用空白公式字段指定那一个数据库字段出现在报表里,并指定分组所依据的字段。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_dynamic_report_formula.exe.asp
----------------------------------

六、参数字段

1、csharp_web_discreteparams.exe
该 C# .NET web 程序实例示范了如何将多个数值传递给离散参数字段 (discrete parameter field)。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_discreteparams.exe.asp

2、csharp_web_rangeparams.exe
该 C# web 程序实例示范了如何将多个数值传递给一个离散参数字段 (discrete parameter field)。此外,程序还将初始值和最终值传递给范围参数字段 (range parameter field)。本程序适用于 Visual Studio .NET 2002 内置的水晶报表 (Crystal Reports for Visual Studio .NET 2002) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_rangeparams.exe.asp

3、csharp_web_sub_daterangeparam.exe
该 C# web 程序实例示范了如何通过 CrystalReportViewer 将日期范围传递给子报表里的日期范围参数 (date range parameter)。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_sub_daterangeparam.exe.asp

4、csharp_win_discreteparam.exe
该 C# .NET Windows 程序实例示范了如何使用查看器对象模型 (Viewer object model) 将多个数值传递给一个离散参数字段 (discrete parameter field)。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_discreteparam.exe.asp

5、csharp_win_multirangeparam.exe
该 C# .NETWindowss 程序实例示范了如何将多个数值传递给一个范围参数 (range parameter)。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_multirangeparam.exe.asp

6、csharp_win_paramengine.exe
该 C# Windows 程序实例示范了如何使用引擎对象模型 (engine object model) 将多个数值传递给一个离散参数字段 (discrete parameter field)。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_paramengine.exe.asp

7、csharp_win_paramsub.exe
该 C# Windows 程序实例示范了如何将日期范围值传递给子报表的参数(使用主报表参数字段定义 (Parameter Field Definitions) 集合)。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_paramsub.exe.asp
----------------------------------

七、打印报表

1、csharp_win_printtoprinter.exe
该 C# Windows 程序实例示范了如何在运行时使用引擎对象模型 (engine object model) 将报表直接打印到某一打印机。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_printtoprinter.exe.asp
----------------------------------

八、查看报表

1、csharp_web_simplepreviewreport.exe
该 C# web 程序实例示范了在 Web 窗体查看器 (Web Forms viewer) 中加载报表的六种方法。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_simplepreviewreport.exe.asp
----------------------------------

九、报表 Web 服务

1、csharp_web_serverfilereports.exe
该 C# web 程序实例示范了如何使用服务器文件的报表 Web 服务 (Server File Report web services)。程序实例在树视图控件 (Tree View control) 里列出 web 服务器上的文件夹和报表。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_ServerFileReports.exe.asp

2、csharp_win_serverfilereports.exe
该 C# Windows 程序实例示范了如何使用服务器文件的报表 Web 服务 (Server File Report web services)。程序利用了 ServerFileReportManager 和 ServerFileReportService Web 服务,并在树视图控件 (Tree View control) 里列出 web 服务器上的文件夹和报表。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_serverfilereports.exe.asp
----------------------------------

十、子报表

1、csharp_web_accesssubreport.exe
该 C# web 程序实例示范了如何访问内嵌在报表里的子报表,并返回子报表的名称。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_accesssubreport.exe.asp

2、csharp_web_sub_daterangeparam.exe
该 C# web 程序实例示范了如何通过 CrystalReportViewer 将日期范围参数 (date range parameter) 传递给子报表。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_web_sub_daterangeparam.exe.asp

3、csharp_win_paramsub.exe
该 C# Windows 程序实例示范了如何将日期范围值传递给子报表的参数(使用主报表参数字段定义 (Parameter Field Definitions) 集合)。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_paramsub.exe.asp

4、csharp_win_subreport_basic.exe
该 C# Windows 程序实例示范了如何在运行时访问内嵌在主报表里的子报表。http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_subreport_basic.exe.asp

5、csharp_win_subreport_logon.exe
该 C# Windows 程序实例示范了如何在运行时登录子报表。http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_subreport_logon.exe.asp
----------------------------------

十一、Windows/Web 查看器 (选项/事件)

1、csharp_win_viewer_events.exe
该 C# .NET Windows 程序实例示范了如何从 Windows 窗体查看器对象 (Windows Form viewer object) 捕获事件。当你深化组,刷新报表,改变当前页,改变缩放级别,以及搜索文本时,信息框将显示附加说明。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_viewer_events.exe.asp
----------------------------------

Visual C++ .NET

十二、参数

1、cppnet_win_paramengine.exe
该 C++ Windows 程序实例示范了如何使用引擎对象模型 (engine object model) 将多个数值传递给一个离散参数字段 (discrete parameter field)。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/cppnet_win_paramengine.exe.asp
----------------------------------

十三、数据库问题

1、cppnet_win_dbengine.exe
该 C++ .NET Windows 程序实例示范了如何登录安全的 SQL 数据库。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/cppnet_win_dbengine.exe.asp

2、cppnet_win_dbviewer.exe
该 C++ .NET Windows 程序实例示范了如何使用 Windows 窗体查看器 (Windows Form viewer) 对象模型将报表连接到安全的 SQL 数据库。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/cppnet_win_dbviewer.exe.asp
----------------------------------

十四、子报表

1、cppnet_win_subreport_basic.exe
该 C++ Windows 程序实例示范了如何在运行时访问子报表(内嵌在主报表里的)。本程序适用于 Visual Studio .NET 内置的水晶报表 (Crystal Reports for Visual Studio .NET) 及其更新版本。
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/cppnet_win_subreport_basic.exe.asp
----------------------------------

十五、联系 Crystal Decisions 以获得技术支持

我们建议你参考产品文档,并访问我们的技术支持网站以获取更多资源。

自助式支持:
http://support.crystaldecisions.com/

Email 支持:
http://support.crystaldecisions.com/support/answers.asp

电话支持:
http://www.crystaldecisions.com/contact/support.asp


最新更新
·C#中使用Split分隔字符串的技
·VS2008开发中Windows Mobile
·PC机和移动设备上绝对路径的
·C#程序加壳的方法(使用Sixx
·当前上下文中不存在名称Conf
·请插入磁盘:Visual Studio 2
·用VS.NET读取Flash格式文件信
·在ASP.NET中使用AJAX的简单方
·VS.NET 2005中常用的一些代码
·安装VS.NET 2005 SP1补丁全攻
相关信息
 画心
 愚爱
 偏爱
 火苗
 白狐
 画沙
 犯错
 歌曲
 趁我
 稻香
 小酒窝
 狮子座
 小情歌
 全是爱
 棉花糖
 我知道
 钻石糖
 Nobody
 我爱他
 套马杆
 星空物语
 最后一次
 少女时代
 穿越人海
 断桥残雪
 美了美了
 明天过后
 我很快乐
 到了明天
 心痛2009
 爱丫爱丫
 寂寞好了
 敢不敢爱
 郎的诱惑
 爱情买卖
 super girl
 我叫小沈阳
 i miss you
 姑娘我爱你
 我们都一样
 其实很寂寞
 习惯了寂寞
 我要的飞翔
 我的好兄弟
 爱的华尔兹
 李雷和韩梅梅
 贝多芬的悲伤
 爱我就跟我走
 丢了幸福的猪
 我只是个传说
 要嫁就嫁灰太狼
 即使知道要见面
 如果我变成回忆
 看得最远的地方
 斯琴高丽的伤心
 别在我离开之前离开
 不是因为寂寞才想你
 爱上你等于爱上了错
 在心里从此永远有个你
 一个人的寂寞两个人的错