crystal-reports-xi

Crystal XI memory management, C# Managed code

How do you handle Crystal reports XI memory management. We have found that in our reporting solution, we run out of memory once we try to produce multi threaded reports? Is this purely based on the fact that Crystal is not pure managed code? Crystal Business Objects developer (under cloack) welcome to comment X-) ...

Why does RecordSelectionFormula suddenly reject my formula?

I have a VB6 application using Crystal Reports XI. After almost two years suddenly I cannot set RecordSelectionFormula anymore. The error message says, that Basic syntax is not allowed in record selection formula. The formula is {article.id} = 1234. I've tripple checked that formula. It works fine in the Crystal Reports designer, bu...

Error code:-2147467259 Error code name:failed Java desktop application Crystal Report XI

Hi guys, I'm trying to run Java_JRC_Desktop_View_Report_and_set_database_logon downloaded from here but at runtime my java desktop application throws this Exception: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: org/apache/log4j/Logger---- Error code:-2147467259 Error code name:failed From what depends? thx all. ...

Can't deploy ASP .NET C# 4.0 site using Crystal Reports Viewer

I have a workstation with VS2010, Crystal for VS2010 beta and Crystal Reports XI R2 SP4 installed. I've used that machine to create an asp .net website with two pages each with a CrystalViewer and CrystalReportSource (dragged in from the toolbox) and each pointing to a different network report. This works when run locally but using the ...

Can we suppress the Main report records, If the Subreport returns No Data in Crystal report?

I am Using Remedy AR ODBC DataSource, where We can not use Joins, as AR ODBC does not support join, So I am Using SubReport in Detail section(Used Proper Link) when I am running the Report: i.e., Main Report has 3000 Records and Maching Records in SubReport has 1000 records when I am running the Report, It shows all 3000Records and Blan...

How do I handle large resultsets in Crystal Reports using Java?

Hello - Problem Definition I have a performance problem displaying large/huge resultset of data on a crystal report. The report takes about 4 minutes or more depending on the resultset size. How do you handle large resultsets in Crystal Reports without a performance issue? Environment Crystal Reports XI Apache WebSvr 2.X Jboss 4...

Crystal Reports off-center Reports...

We use crystal reports 11.5 and for some reason one of our Report files all the reports are off center in the report preview and when you export to PDF but this happens on ONLY a couple PC's, others work fine. Any thoughts? Any machine specific settings for Crystal Reports that handles this behavior? Thanks! ...

Can't find crystalReportViewer.ReportSource

I am using Visual Studio 2010 Ultimate Edition and I've installed the Beta 2 release of SAP Crystal Reports, version for Visual Studio 2010. Everything works fine but when I try to set the ReportSource property for the crystalReportViewer I can't find it. Is there any other way to bind a crystal report to CrystalReportViewer? This is m...

Export and customize a crystal report in excel

Hello All, I am having an issue is that while exporting a report to excel sheet, there are lots of spaces and empty cells between the data, as well as, the cells are merged. Is there is a way to export the report and each field will be in a cell ot to control that exportation, suppose my report looks like this: No Trans_No 1 123...

How to specify a SQL table type input parameter in Crystal Reports?

I need to pass a list of key values to a stored procedure in SQL-Server, and that stored procedure then returns back the values needed for a Crystal Report. Rather than sending a comma separated list and then parsing that, it was suggested that I use a Table Type. So, I've defined that table type as simply made of integers: CREATE TYP...

Will Crystal Reports XI Release 2 work with ASP.NET 4?

I want to upgrade an old ASP.NET application to ASP.NET 4.0. It uses several Crystal reports, all which rely on Crystal Reports XI Release 2. Will they work together? ...