Original article: use and release of Crystal Report in vs 2010
Usage:
Open the download page of The crystalreport official website. The latest version is 13.0.4. Select "sap Crystal Reports, version for Visual Studio 2010-standard" to download and install it, A new "report design" tab is automatically generated in the toolbar of vs2010. Three controls are added to the tab: crystalreportviewer, crystalreportpartsviewer, and crystalreportsource.
Vs release and IIS deployment:
1. when vs is released. template file with the RPT suffix (including the dataset file [. XSD]) set to: attribute ---- advanced settings ---- generate operation: Modify to "content"; copy to the output directory: to change to "always copy" or "copy when there is an update. RPT issues are released together with the release to the file, which is not released by default.
2. Open the above official website and select "sap Crystal Reports Runtime Engine for. NET Framework 4 (32-bit)" to download and install it on the server.
3. Copy the aspnet_client under the C: Inetpub \ wwwroot \ directory of the client to the IIS publishing directory file to overwrite the original aspnet_client.
4. set the three files under c: \ Program Files \ Microsoft Visual Studio 10.0 \ reportviewer on the local machine to Microsoft. reportviewer. common. DLL Microsoft. reportviewer. webforms. DLL Microsoft. reportviewer. winforms. copy DLL to the bin directory of your published folder
Use and release of Crystal Report in vs 2010