www.gusucode.com > Asp.net水晶报表、柱状图源码实例集源码程序 > Asp.net水晶报表、柱状图源码实例集/Asp.net2.0水晶报表(CrystalReports/Asp.net2.0水晶报表(CrystalReports/Readme.txt

    Crystal Reports for Visual Studio 2005
SDK Tutorials: Sample Code Projects

1. This setup contains sample code projects for Crystal Reports for Visual Studio 2005.

2. This sample code corresponds exactly to the tutorials contained in the Crystal Reports for Visual Studio 2005 online help. Each project has been built by following the instructions in their corresponding tutorials, and instructions and explanations have been placed within the tutorial sections rather than in code comments. Therefore, it is highly recommended that you consult the tutorials for a full explanation of the structure and best practices demonstrated within this code.

3. If you wish to run the tutorial sample code projects, check the code for any machine-specific values and confirm that they are customized for your specific machine. These may include:
* ODBC data source settings for reports
* file directory paths
* network printer paths
* API property settings for database connections, including:
	* database server names
	* database names
	* userIDs
	* passwords
	* complete database connection strings

4. For security reasons it is recommended that you use Integrated Security (Windows Authentication) for your SQL Server database connectivity. If you plan to use SQL Authentication, it is strongly recommended that you create a database account with limited access to your database. (Both versions of authentication are demonstrated in the tutorials.) For more information on security, including how to create a limited access database account, see the SDK Fundamentals section of the Crystal Reports for Visual Studio 2005 documentation.

Asp.net2.0水晶报表(CrystalReports)事例源码大全(C#)

这些例子实现了水晶报表的查看、柱状图显示、打印、导出、缩放等基本功能,如果想了解更多比如说利用DataSet方式、Push、Pull等模式需要自己更深一步的研究了

难得的Asp.net2.0水晶报表源码,请珍藏!