分享
 
 
 

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

王朝c#·作者佚名  2006-01-09
窄屏简体版  字體: |||超大  

----------------------------------

概述

本文档列出了 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

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有