By Christopher Campbell, on February 8th, 2012%
Step 1: Open a Windows Forms Application & place 2 DateTimePicker controls and a Button control in the form.
As shown in the form below:
Write this code under a Form
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Configuration;
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.ReportSource;
using CrystalDecisions.Shared;
using CrystalDecisions.Windows.Forms;
namespace Student
{
public partial class DateWise : Form
{
public DateWise()
{
InitializeComponent();
}
private . . . → Read More: Crystal Report Hosting :: Crystal Report Between Two Dates using a Stored Procedure
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 ricardo, on June 10th, 2011%
This article helps to display dynamic Images in crystal report Using ASP.Net 2.0.
We can use two methods to dynamically change the picture in the crystal report either the Image stored in the database as a BLOB and as a picture available in the local path.
Method I: Using recordset
1. Add a recordset and add a table in . . . → Read More: Crystal Report Hosting :: Dynamic Images at runtime in Crystal Report XI using ASP.Net 2.0
By ricardo, on May 12th, 2011%
ASPHostCentral.com, a premier provider in advanced Windows and ASP.NET hosting service, proudly announces the availability of the latest Crystal Report v13 hosting on our newest Windows Server 2008 Hosting Platform.
You can start hosting your Crystal Report v13 project on our environment from as just low as $4.49/month only. For more details about this product, please visit . . . → Read More: Crystal Report v13 Hosting with ASPHostCentral.com
By ricardo, on May 4th, 2011%
Implementation Steps
1. In your xsd, create a column that does not exist in your dataset, example, [LogoImage], and set the datatype to “System.Byte[]”. You might find the datatype option only have “System.Byte”, you can manually type in “[]”.
2. Add the following code in your form.
3. After your getting your dataset from database and before bind to . . . → Read More: Crystal Report 13 Hosting :: Creating dynamic Image in Crystal Report using C#
By ricardo, on January 27th, 2011%
Introduction
Crystal reports (CR), a long-time Visual Studio add-in staple, is not included out of the box with VS 2010 this time. Traditionally CR has been the reporting tool of choice included with VS. While the Crystal Report engine is not included with VS 2010, there is still a CR template included. This template stubs your project . . . → Read More: Crystal Report 2010 Hosting :: Introducing the Crystal Reports Visual Studio 2010 WPF Viewer