SAP Crystal Server 2011 SP4 .NET SDK
I would like to know where to find the SAP Crystal Server 2011 SP4 .NET SDK. Client and Server required files for development in Visual Studio 2012. I have a 60 days trial licence for evaluation. Regards
View ArticleDeploying CR for Visual Studio
Hello, I am trying to deploy a test application that just consists of a form that has a CR report that has one text field that says "Hello World". I am using the CR for VS that I downloaded from...
View ArticleHave the runtimes needing deployed changed with Crystal Reports 2013?
Hello, We have a VS .NET application that currently uses the runtimes from CRVS2010 that are then distributed to our users along with the install to our app using the CRRuntime_32bit_13_0_5.msi. If we...
View ArticleHow to recover from hanging on ExportToStream
I'm using SAP Crystal Reports, developer version for Microsoft Visual Studio v13.0.2000.0.My code is as follows:foreach (var report in reportList){ var document = new ReportDocument();...
View ArticleInvalid Keycode error with VS2012 and CR13
I have been using VS2012 Professional with Crystal Report for Visual Studio (13.0.5.891) for the last two months and was working fine. Today when I load a project and went to make a change to the...
View ArticleError Not enough memory for operation
Hi, I have created a VB .Net treatment which generates a lot of PDF documents with Crystal Reports 2008.For that, I use the method ExportToDisk of the class ReportDocument.I generate a lot of report...
View ArticleBug in CR. NET? Cannot set group sort direction to "original order"
This code fails: SortController.ModifySortDirection(sort, CrSortDirectionEnum.crSortDirectionNoSortOrder) It throws this error: An unhandled exception of type...
View ArticleCrystal Reports and SQL Server 2012: "Index (zero based) ..." message
We are a software vendor that uses SAP Crystal Reports for Visual Studio (2011) to render the reports from our application. Our product currently runs on SQL Server 2008 R2, and we are trying to get it...
View ArticleFailed to open the connection
In my web application i am genarating reports. I am using crystal reports 2008 with VS2010 and the database is SQL server 2008. There is no issues genarating reports in my local machine. After i host...
View ArticleNullable Types in .NET Objects
Hello! I want to produce a report using an arraylist of .net objects as datasource. For this I defined a public class in my project having some properties. Now my question is: Is it possible to use...
View ArticleSQL query not updating in Crystal Report
I'm writing an application which changes Crystal Reports database access parameters in report files. I open reports witin a .NET windows forms app and apply the SDK functionality to change driver type...
View ArticleNullable Types in .NET Objects
i am using crystal reports 13.0.2000. Is it possible to use nullable types as types for the properties? E.g. is it possible to use "int?" or "long?" as type for a property?I am getting error when i am...
View ArticleExport report not working
Hello. We are using Visual Studio 2010 Express for ASP.NET and Crystal Report 2010 (13.0.6) We can generte reports through Web site. The reports are generated successfully. We want to save the...
View ArticleConnection and reporting exports operations from a dot net web application to...
The connection will be a Enterprise type of connection. specifying a servername, username and password.The export file required should be in pdf format.No UI output is required for reports or for the...
View ArticleHow to reliably set default printer for ReportViewer
We are using CR4VS2010 as part of a WinForms project. The project includes a form that uses the CrystalDecisions.Windows.Forms.CrystalReportViewer control. Our users asked for the viewer to have the...
View ArticleHow to run batch reports with best performance?
I have some .rpt files that are created using Crystal Reports XI. I need to create a client (web page) to send a request to a server (wcf windows form application) to create these reports for some...
View ArticleSet Report data source table location programically
I have a Crystal Reports 2008 report with dynamic parameters (e.g Distribution point which are referring to a column DP.distributionPoint). When opening the report in my application (C#) I am setting...
View ArticleW3WP Crash - Oracle view in error.
Hello, When I do the following code(see below) on the line v_objRpt.VerifyDatabase() if one of the view of the report is in error the W3WP crash and I'm unable to trap the error. I am running...
View ArticleCrystal reports 10 Page break issue
Dear All, While exporting a crystal report with many columns and A3 in MS word it divides it into multiple pages.•We are using In build Web based report viewer to export to word. However, issue is...
View ArticleDynamic images won't display in vs2012 with CRforVS_13_0_7 installed
Hello, I just recently updated my website solution from vs2005 to vs2012 and then installed CRforVS_13_0_7. I then added a picture object to a report. From there, I right clicked on the picture...
View Article