c#水晶报表

c#水晶报表目录 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 ----------------------------------一、数据库连通性 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.NET1、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

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Smartlabs

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值