简体   繁体   English

使用C#生成手动计划的Crystal报表

[英]Generating Manually Scheduled Crystal Reports in C#

I have a SQL Database from which I need to create reports daily, weekly and monthly. 我有一个SQL数据库,我需要每天,每周和每月创建报告。 I am thinking of Creating Crystal Reports Manually so That I can execute that particular function periodically using a timer. 我正在考虑手动创建Crystal Reports,以便我可以使用计时器定期执行该特定功能。 Would this be a good approach or is there any other way in which I can do so? 这是一个很好的方法还是有其他方法可以做到这一点? An example would be greatly appreciated... Thanks in advance. 非常感谢一个例子...在此先感谢。

I know you asked for Crystal Reports, but assuming you have SQL Server 2008 Reporting Services installed, you can create reports that way and not have to get a second software package. 我知道您要求Crystal Reports,但假设您安装了SQL Server 2008 Reporting Services,您可以通过这种方式创建报告,而不必获取第二个软件包。

Both Microsoft Technet ( "How to: Schedule Report and Subscription Processing (Reporting Services in SharePoint Integrated Mode" ) and Code Snippets (" SSRS: Scheduling Reports Using SQL Server Reporting Services 2008 ") have some examples of scheduling reports. Microsoft Technet( “如何:安排报告和订阅处理(SharePoint集成模式下的Reporting Services” )和代码片段(“ SSRS:使用SQL Server Reporting Services 2008调度报告”)都有一些调度报告的示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM