Crystal Report Hosting :: Crystal Report Between Two Dates using a Stored Procedure

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

Crystal Report 2010 Hosting :: Optimizing Crystal Reports for Asp.Net

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

Crystal Report Hosting :: How to solve an error “Failed to create the Crystal Query Engine”?

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”?

Crystal Report 2008 Hosting :: Customizing Papersize in Crystal Report

I have been using Crystal Report for so long, and it has been my partner in generating valuable reporting for my application projects. Crystal Reports provides its latest update from their website. I design my Reports to print in a non-standard paper size that is not available on paper size list of print options. The Report . . . → Read More: Crystal Report 2008 Hosting :: Customizing Papersize in Crystal Report

Crystal Report Hosting :: How to solve “The report you requested requires further information” error message

This issue is a common one who starts working on Crystal Reports with Dataset (.Net)

Ill show a sample code snippet where you can generate this issue.

                 ReportDocument report = new ReportDocument();  Â
                 BAgent bAgent = new BAgent();
                 DataSet dsStatus = new DataSet();
                 dsStatus = bAgent.GetStatus();

                 string reportPath = Server.MapPath(“/Agent/Reports/GetStatusRpt.rpt”);                   

                 report.Load(reportPath);
                 report.SetDataSource(dsStatus);// this is the line cause . . . → Read More: Crystal Report Hosting :: How to solve “The report you requested requires further information” error message

Crystal Report Hosting :: Passing Parameters from ASP.NET Application to Crystal Report Application

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

Crystal Report 2008 Hosting :: How to Show Multicolumn Pictures in Crystal Report

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

Crystal Report 2008 Hosting :: How to Create a Report Using Crystal Report in Visual Studio 2010

. . . → Read More: Crystal Report 2008 Hosting :: How to Create a Report Using Crystal Report in Visual Studio 2010

Crystal Report Hosting :: How to Implement Crystal Report in MVC

. . . → Read More: Crystal Report Hosting :: How to Implement Crystal Report in MVC

Crystal Report Hosting :: Dynamic Images at runtime in Crystal Report XI using ASP.Net 2.0

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

Sponsors

Advertise Here

Cheap Reseller Hosting

Best European ASP.NET 4.0 Hosting Provider

Best Blog Hosting Provider