cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report DLLs

Former Member
0 Kudos

Dear Experts,

I want to ask you about the Crystal Report DLLs.

Please tell me which DLLs I should have in my project to work with Crystal Report.

Plz reply.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Amit,

When adding a Crystal Reports code customization to your application, you may need to add appropriate DLL references to your project.

Adding Crystal Reports References By Hand

Copy these DLLs into your application’s \Bin folder.

  • CrystalDecisions.Shared.dll
  • CrystalDecisions.CrystalReports.Engine.dll
  • CrystalDecisions.ReportSoruce.dll

These DLLs are most likely located in:

Crystal Reports XI Release 2 using .NET Framework 2.0 / 3.0:

C:\Program Files\Business Objects\Common\3.5\managed\dotnet2

Crystal Reports included with Visual Studio 2005 using .NET Framework 2.0 / 3.0:

C:\Program Files\Common Files\Business Objects\2.7\Managed

Note that Crystal Decisions changed their name to Business Objects, so their folder names may have changed as well.

Adding Crystal Reports References Using Visual Studio .NET

Step 1:  Open your project in Visual Studio .NET.  Open the Solution Explorer, expand the Project tag in the tree and select the References tag.  Right mouse click and select Add Reference.

Step 2:  On the Add Reference dialog, select the CrystalDecisions.CrystalReports.Engine component and press the Select button.  This will add the library to the Selected Components area at the bottom of the dialog.  Repeat this for the CrystalDecisions.Shared component.  Press OK on the dialog to add this to the Visual Studio .NET project.

Step 3:  Save the project.  You can either build from Visual Studio .NET or you can build from Iron Speed Designer.

To build from Iron Speed Designer, set your application’s compiler to Visual Studio .NET via the Application Wizard in Iron Speed Designer.

Also check this for the same written above:

Adding Crystal Reports References to Your Project

Hope it helps.

Thanks & Regards

Ankit Chauhan

Former Member
0 Kudos

Hi Ankit,

Thank you very much...

Regards

Answers (1)

Answers (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Amit,

As far as I have used the Crystal Report, I just use these 2 main reference for Crystal Report Development with Visual Studio.

1. CrystalDecisions.CrystalReports.Engine.dll

2. CrystalDecisions.Shared.dll

3. CrystalDecisions.ReportSoruce.dll

Hope it helps.

Thanks & Regards

Ankit Chauhan