By Christopher Campbell, on December 22nd, 2011%
Implementing and embedding Crystal Reports in the .Net environment is extremely easy to do. Once the tools are downloaded from the businessobject website creating and editing reports from Visual Studio is a breeze. We are going to be covering the caching functionality that the Crystal Report framework provides through the ICachedReport interface.
What you will learn
What is . . . → Read More: Crystal Report 2010 Hosting :: Optimizing Crystal Reports for Asp.Net
By ricardo, on November 28th, 2011%
Symptom:
When attempting to run a report, an error message states: ‘Failed to Create the Crystal Query Engine’.
Solution 1:
There may be mismatched Crystal report DLLs in the system32 directory.
Rename the CRPE32.DLL file in the C:\Windows\System32 directory to CRPE32.DLL.OLD and reinstall the program. A new CRPE32.DLL file will be installed that should match all the other dll versions.
Solution . . . → Read More: Crystal Report Hosting :: How to solve an error “Failed to create the Crystal Query Engine”?
By Einar Visockas, on November 3rd, 2011%
Crystal Reports allow you to display the data in a formatted report style form. You can easily create Crystal Reports by adding the “New Item” from the Visual Studio and going through the wizard. The problem comes when you need to make a report that is dependent on the parameters being passed from the ASP.NET application. . . . → Read More: Crystal Report Hosting :: Passing Parameters from ASP.NET Application to Crystal Report Application
By Einar Visockas, on October 6th, 2011%
Below are the steps to show pictures in crystal reports (Note that the the data type used is image and hence using datasets as the data source for the reports, the picture can easily be dragged onto the report)
1. To start, the picture is dragged to the detail section of the report as shown in the . . . → Read More: Crystal Report 2008 Hosting :: How to Show Multicolumn Pictures in Crystal Report
By Einar Visockas, on September 28th, 2011%
By Christopher Campbell, on August 29th, 2011%
By Christopher Campbell, on July 22nd, 2011%
Lately I’ve been quite involved with using “Linq to Sql” in various database related .Net applications and it’s not surprising that a time came when I needed to do some reporting. I chose to create reports in Crystal Reports so it would be as quick and painless as possible. I was stuck with getting the reports . . . → Read More: Crystal Report 2008 Hosting :: ASP.Net and Linq to Sql with Crystal Reports
By Einar Visockas, on July 6th, 2011%
The objective of this article is to provide a process which can be followed to develop a crystal report with dynamic columns using parameterized column fields and formula fields. Before going for this the developer has to decide the maximum number of columns he/she has to display and as per the no. of columns the size of . . . → Read More: Crystal Report 2008 Hosting :: Develop a Crystal Report with Dynamic Columns Using Parameterized Column Fields and Formula Fields
By Einar Visockas, on July 4th, 2011%
By ricardo, on April 26th, 2011%
Symptom:
When attempting to run a report, an error message states: ‘Failed to Create the Crystal Query Engine’.
Solution 1:
There may be mismatched Crystal report DLLs in the system32 directory.
Rename the CRPE32.DLL file in the C:\Windows\System32 directory to CRPE32.DLL.OLD and reinstall the program. A new CRPE32.DLL file will be installed that should match all the other dll versions.
Solution 2:
You . . . → Read More: How to solve the error message “Failed to create the Crystal Query Engine”