Questions tagged [crystal-reports-2010]

Crystal Reports library for Visual Studio 2010 for programmatically running and exporting reports.

Provides user with a very user friendly environment to design WYSIWYG reports. Crystal supports a variety of data connections ranging from XML to Excel to Relational databases such as Oracle, SQL Server etc.

The product was originally created by Crystal Solutions Inc as Quick Reports and by version 3.0 it was acquired by Seagate in 1994 and re branded it as Crystal Decisions and they rolled out versions from 4.0 to 9.0. By 2003 it was again subject to takeover by Business Objects and they subsequently released versions 10, 11 and 12. The product changed hands again in 2007, this time acquired by SAP and they had gone on to release the newer version as Crystal Reports 2011 (14.0) in 2011.

When using this tag, also use the tag for increased visibility.


Useful links


Other versions


Other related tags

706 questions
43
votes
21 answers

The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception

I am deploying a desktop application to my clients that uses the Crystal Reports API to display and print forms. I am building my installer using InstallShield 2012. I have also included the .NET 4.0 Framework along with all of the Crystal…
gwin003
  • 7,432
  • 5
  • 38
  • 59
36
votes
14 answers

Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'

I'm using vs2010 and crystal report version 13.0.2000.0 ,system 64bit crystal report runtime 64bit. my application is running fine on development machine but when i'm deploying on server getting this error Could not load file or assembly 'log4net,…
Kulmi Rajmal
  • 517
  • 1
  • 5
  • 7
22
votes
13 answers

crystal report field explorer not showing newly added field

I have created a crystal report with datasets(xsd) , it is working fine. Then i added a new field in xsd and when i open the field explorer it do not show that field, i added source again through database expert but still it is not showing that…
Tanveer
  • 1,937
  • 3
  • 24
  • 40
14
votes
12 answers

Crystal Reports Exception: The maximum report processing jobs limit configured by your system administrator has been reached

I'm facing a very buggy issue, in ASP.NET application after viewing the same report many times simultaneously I got this exception: The maximum report processing jobs limit configured by your system administrator has been reached. Wait I know…
Emad Mokhtar
  • 3,237
  • 5
  • 31
  • 49
11
votes
3 answers

version of .net framework launch not match .net framework bootstrapper project

When I build the release project of the vb.net 2010 I just started using, I get two warnings: the version of the .net framedwork launch condition does not match the selected .net framework bootstrapper package. Update the .net framewk launch…
smh
  • 265
  • 2
  • 5
  • 10
11
votes
3 answers

Font size is decreased when exporting Crystal Report to PDF

I have a font size issue in exporting crystal report using crystal report 13.0,the font size is decreased,so i need to increase it.i notice that i must set it from the registry key,but t I'm not founding the file related to the…
jozef
  • 335
  • 1
  • 3
  • 15
10
votes
1 answer

Show Multiple Crystal Reports in Loop

I have multiple Crystal Reports in checkboxlist, so that user can print/show multiple reports at same time. Currently I am using session to pass the reportdocument, but most of the time the session value get replace before assigning to crystal…
10K35H 5H4KY4
  • 1,496
  • 5
  • 19
  • 41
7
votes
1 answer

On changing connection with crystal report forms

I am having a serious trouble trying to move my VB.Net project which uses SAP Crystal Reports to another computer (which has its own local MSSQL database). When I first made this project, the computer name on which I worked was "LUKA-LAP", and I had…
7
votes
5 answers

Crystal Report takes long time to load every time in VS2010

I am working in a window project in asp.net4.0. I am using Visual Studio 2010. I have create an Invoice report in Crystal Report . Problem is that It takes1 minute to load every time. I have searched on google and also unchecked the option "Save…
user1877866
  • 271
  • 1
  • 2
  • 8
7
votes
2 answers

How to split a string and make an array of integers in crystal report

I have a string with set of employee IDs separated by an _(Underscore). What i want to do is to split that into separate strings and convert them to integers and save them in an integer array. Is this possible in Crystal Reports? Is it possible…
direndd
  • 642
  • 2
  • 16
  • 47
6
votes
1 answer

Crystal report Header row Color

I want to color the header and footers row(only my data tables not the full section) of a crystal report . Its easy to color the section but i cannot able find a proper way
6
votes
2 answers

How do I achieve a multi-series line chart in Crystal Reports?

This relates to my How do I achieve a pivot report in Crystal Reports for Visual Studio? The data is the same, but they want a line chart as well. So, my data is {datetime}, {car-id}. The X -axis of the chart must show the hour of {datetime}, the Y…
ProfK
  • 49,207
  • 121
  • 399
  • 775
6
votes
3 answers

Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine' / Windows 2012 server

we have an application written in .NET 4.0 which uses this SAP Crystal Reports. While the same build (x86) is working perfectly OK in Windows 2003/2008 (both x86/x64) with .NET 4.0 framework installed (x86) and CrystalReports runtimes installed…
TomKyblik
  • 61
  • 1
  • 1
  • 5
6
votes
3 answers

Crystal Reports - Hide Page Header on First Page

I have a report that needs to show a report header on page 1, and a different header on subsequent pages. This seems simple enough; if I add pagenumber=1 and goupnumber=1 to the suppress formula for the second header, it will only be shown after the…
col_panic
  • 115
  • 1
  • 1
  • 8
6
votes
2 answers

Winforms Crystal Report - "Failed to load database information" error

I have developed a small crystal reports win forms application that connects to an Access DB in the local network and shows a set of basic reports. I used VS 2010 for this. I used the 'DAO' connectivity method to access the DB in the VS 2010…
1
2 3
46 47