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

c++|程序

概述

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

时间: 2024-08-02 22:06:41

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

使用AJAX技术开发新一代Web应用程序(2)

ajax|web|程序 开发新一代Web应用程序(2)-ajax与php web开发">图2 一个独立桌面应用程序的图解架构. 该应用程序运行于其自身的进程之中-在其内数据模型和程序逻辑彼此清晰可见.在同一台计算机上运行的该应用程序的第二个实例除了经由文件系统之外无法存取第一个实例的数据模型.典型地,全部程序状态存储在单个的文件中-当该应用程序运行时它被锁定以阻止任何信息的同步交换. 图3 客户端/服务器系统和n层架构图解. 该服务器提供一个客户可以用之进行交互的可共享的数据模型.客户端仍

用AJAX开发智能Web应用程序之基础篇

一. 什么是AJAX? 这个名字代表了异步javascript+XMLHTTPRequest,并且意味着你可以在基于浏览器的javascript和服务器之间建立套接字通讯.其实AJAX并不是一种新技术,而是已经成功地用于现代浏览器中的若干成功技术的可能性组合.所有的AJAX应用程序实现了一种"丰富的"UI--这是通过javascript操作HTML文档对象模型并且经由XMLHttpRequest实现的精确定位的数据检索来实现的.典型的示例AJAX应用程序是Google Labs(htt

使用AJAX技术开发新一代Web应用程序(4)

ajax|web|程序 由于网络潜力的不可预测性,这种可察觉的错误来来去去,并且测试应用程序的响应性也可能变得更为困难.因此,网络潜力是真实世界应用程序具有可怜的交互性的最通常的原因.四.异步客户端 在实际中,我们必须尽量使UI响应独立于网络活动.幸好,一段固定时间的响应经常就足够了,只要它是及时的.让我们再次看一下实际中的问题.我的早上例程的主要任务之一是唤醒我的孩子们上学.我可以站在他们上面戳他们直到他们起床并穿上衣服,但这是一相当花费时间的方式,留下很长的一段时间我几乎无事可做(图8).

使用AJAX技术开发新一代Web应用程序(3)

ajax|web|程序 这并不是在诋毁Amazon,在非常有限的限定内它工作得相当优秀.但是与工作表相比,它所依赖的交互模型毫无疑问相当有限. 那么,为什么在现代web应用程序中存在这么多的限制呢?目前,存在很多技术上的原因.因此,现在让我们作进一步分析.三.网络的潜力 互联网时代的伟大就在于世界各地所有的计算机互相联系,就象在一个非常大的计算资源之中.远程和本地过程调用变得很难区分,并且发行者已经不再清醒地了解它们在哪些物理机器上工作.  不幸的是,远程和本地过程调用是根本不相同的技术. 在网

.Net开发中文语音应用程序

随着.net技术深入人心,越来越多的程序员开始转到.net平台上进行开发.然而,在新发布的.net speech SDK里面并没有对中文语音进行支持,目前支持中文的Speech SDK最高版本为Windows平台下的SAPI 5.1(),本文介绍如何在.net平台下利用SAPI5.1开发中文语音应用程序. -------------------------------------------------------------------------------- 目录: 1. SAPI.51

[WEB开发] 基于XMLHTTP的简单实例

web|xml 樊欢 java爱好者.Email :heydaymail@hotmail.comBlog :http://heyday.blogone.net2005-8-23 引言 大家都知道可以通过post或者get获得form表单的数据,那么我们如何实现不刷新的提交直接获得页面上的数据呢?这就要借助xmlhttp协议了.xmlhttp是xmldom技术的一部分.  下面的代码就是一个很简单的例子,我们利用xmlhttp技术实现简单的用户登陆.   开始  1.简单的登录页面 login.j

用J2ME的通用联网框架开发联网的应用程序

程序 尽管目前的无线网络不够理想,手机联网还是给我们开发人员不小的震撼的.毕竟这真的 是件神奇的事情,不是吗?本文将讲述如何应用J2ME平台中的通用联网框架开发联网的应用 程序. 首先,必须说明一点:MIDP中规定,任何移动信息设备都必须提供通过http协议的支 持,而像其他的通信方式例如socket是设备相关的.有些手机会支持,有些则不支持.这里只 大概的说明一下http协议相关的内容,如果不了解这个方面的知识请参考http协议.在 javax.microedition.io里面是大量的接口,

.Net平台下开发中文语音应用程序

程序|中文 .Net平台下开发中文语音应用程序 -------------------------------------------------------------------------------- 摘要:语音是人类最自然的交互方式,也是现阶段软件用户界面发展的最高目标.微软公司一直积极推动语音技术的发展,并且公布了语音开发平台Speech SDK帮助开发人员实现语音应用.随着.net技术深入人心,越来越多的程序员开始转到.net平台上进行开发.然而,在新发布的.net speech

.Net平台下开发英文语音应用程序

程序 1.先安装金山词霸然后会在系统目录[Win2000是WINNT目录]下Speech中找到vtxtauto.tlb文件 2.导入COM对象到.Net我们可以利用.Net Framework自带的强大工具TlbImp.exe来把SAPI SDK的COM对象导入到.Net中.TlbImp.exe产生一个管制的包装类,管理客户端可以使用它.包装类管理实际的COM对象的参考数.当包装类当作收集的垃圾时,包装类释放掉它包装的COM对象.当然,你也可以在VS.NET环境中通过从项目参考对话框选择COM对