Crystal Reports is a report writer that operates as a stand-alone report designer, an integrated part of Visual Studio, or part of SAP's Business Objects Enterprise suite.
5
votes
0answers
272 views
Crystal Reports Multiple Columns Right-to-Left
i wrote a program in C# win form. i have used crystal report. I want to set Crystal Reports Multiple Columns from Right-to-Left.
The following image.
4
votes
0answers
220 views
Require multiple pages for a single bar chart in Crystal Reports 2008
I am creating a bar chart where the values are the maximum of an AVE_ZSCORE field, and this is set as "on change of" a PARTICIPANT_CODE field. On any given occasion, I could have up to 250 records in ...
3
votes
0answers
403 views
Use the BusinessObjects repository as a datasource for a Crystal Report
I would like to use the information contained in BusinessObjects repository as a datasource for a Crystal Reports. Unfortunately, this information isn't persisted in a simple table structure--most of ...
2
votes
0answers
103 views
A control like panel in the Crystal Reports
When i use Panel Control,The control's that Panel Contains,the Top and Left properties are set from panel start.
For example if i have a Label that putted in a Panel,if i have Label.Left = 100 ,this ...
2
votes
0answers
173 views
Suppressing Code Analysis Application Errors
The Crystal libraries referenced by our winform app cause errors in Code Analysis:
Warning 1 CA0060 : The indirectly-referenced assembly
'BusinessObjects.Licensing.KeycodeDecoder, ...
2
votes
0answers
303 views
Is the Crystal Reports .RPT file format specified anywhere?
Is there any documentation anywhere as to the structure of the Crystal .RPT file format?
thanks - dave
2
votes
0answers
78 views
InkCanvas Crystal Reports
I have a WPF/MVVM application on .net framework 4.0 using crystal reports 13. On one of the windows, i am using an inkcanvas control to capture signatures. I need to save this in sql server and show ...
2
votes
0answers
246 views
“Attempted to read or write protected memory..” error when CrViewer print button is clicked
I am getting the error "Attempted to read or write protected memory.." on print button click of the Crystal Report Viewer. This error is random and sometimes the report prints without any errors. ...
2
votes
0answers
2k views
Crystal Report weird error (Unknown Query Engine Error)
windows application that uses crystal report 2008 as reporting tool, it was working fine for a very long period, yesterday, when i try to load any report I got this error
...
2
votes
0answers
45 views
Apache Solr: Index CR2008 reports
I'm working on an update to our company intranet...
Currently I'm looking at into index. One of the cool things about Drupal is the built in search features. Some of the tools available outside of ...
2
votes
0answers
6k views
How to change Crystal reports connection properties in code?
Back when Crystal Reports still supports ActiveX, we have crystal reports that were built to use ODBC data source point to an Access or SQL database. In run time, we would change the report to use OLE ...
2
votes
0answers
307 views
Porting enterprise one reports from Crystal Reports to JasperReports framework
My employer is considering migrating our e1 reporting from crystal reports 10 to another solution.
I want to use jasper server and I was wondering if there is a standard migration path or standard ...
1
vote
0answers
27 views
Crystal Report text object alignment changes at runtime
Im using Visual studio 2010 and crystal report 13. When I design the crystal report the alignment of the text object looks perfect. But When I execute, the text object alignment changes. Can any 1 ...
1
vote
0answers
28 views
How to get the “next” record from the datasource during for processing the current record
I am migrating an existing report build by Crystal Reports to JasperReports and that report is using this Not (Next ({id}) = 1) expression to suppress a Group Footer.
My question is : How can I ...
1
vote
0answers
13 views
Cannot find KeycodeV2.dll, or invalid keycode
I have a legacy application developed in vs2003 and crystal report 9 web based and installed on windows xp and its running very fine, I want to move this application from windowsxp to window2008 ...
1
vote
0answers
26 views
Case Sensitivity in Crystal Reports
In crystal Reports 8.5, I need to make first letter upper case and remaining lower case.
For example if I have data from Sql Server as GURUKIRAN VASUDEV NAYAK it should display in report as ...
1
vote
0answers
59 views
Sort and calculation in Crystal Reports
For each record, there is a particular calculated field. The value of that field is obtained by the difference of the value in the next record. So sorting should be correct for the right value of this ...
1
vote
0answers
62 views
Conditional repeat of report header in Crystal Report
I have a crystal report and I am trying to display the the data in multiple columns.
For that I have done Format using Multiple Columns method
My report structure is as follows
page1
Val1 Val2 ...
1
vote
0answers
33 views
Crystal Reports crashes first run. Works fine after that
Everything works fine on the development machine(win8 x64)
When deployed to a windows xp machine 32bit the program works fine, until I try to print out a report. It gets this unhandled exception:
...
1
vote
0answers
37 views
Modify a crosstab's Totals
I have the following crosstab in crystal reports:
______________________
| January |
|______________________|
| Gross |
|Total Profit ...
1
vote
0answers
51 views
Crystalreports toolbar is missing when browsing through iis 7
i have designed a web page in asp.net and vs 2008.
In this web application i have a from which pop up the crystal reports window .When i run the application through Visual studio 2008 and browse it ...
1
vote
0answers
99 views
How to set number of copies in crystal reports?
I am creating a crystal reports using Visual Studio 2010 and using ADO Dataset for database field on report. now i want to set default 2 copies of bill on print button on crystal report viewer. code ...
1
vote
0answers
174 views
Logon failed. Error in File xx.rpt: Unable to connect: incorrect log on parameters
WPF Client application connect to a database in the server. Client pc does not have MS sql server installed. So i installed sql server native client latest version in the Client PC. But when i attempt ...
1
vote
0answers
436 views
The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception
hi i am trying to view this crystal report in in report viewer on an another form
and i am getting this error
The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an ...
1
vote
0answers
86 views
Unnecessary wrapping of text in crystal report
I am facing a very strange problem while working with crystal report in vs 2012. I am using a formula field to create a string and displaying that field in my report.
But the problem is that while ...
1
vote
0answers
94 views
Crystal report print preview issue
I am using Visual Studio 2010 with SAP Crystal reports 13.5. I have a very crowded report which looks fine on my machine when I select print Preview or print it. The report has been running for ...
1
vote
0answers
42 views
Count shows 1 even when no records are shown in Crystal Reports
I have a crystal report in which I am using the below formula to calculate the count:
Count ({uspReportA;1.LongId})
But even when no records a re shown in the report the count shows as 1.
Any help ...
1
vote
0answers
40 views
Ratio of Group Level Data against Summary Data - Crystal Reports
I having trouble finding a way to ratio Summary data against Group Level data (not the detail Level)
A simplified version on the problem is as follows:
Say, I have two tables with a one to many ...
1
vote
0answers
138 views
Crystal Reports Row to columns without crosstab
I need to convert information from multiple rows to show in a single Row.
My table looks like this
KEY
Type
Value
One
Date1
May10
One
Date2
May11
One
Date3
May12
...
1
vote
0answers
88 views
Crystal Report vertical Textbox alighment
I am currently creating the crystal report and would like to make the textbox in the page headers to be bottom placesand grow on upper rows. but now I cannot and only click the can grow properties, ...
1
vote
0answers
65 views
Crystal Report: sub report Formating issue
i am using two sub report in same group section. i want exactly the second image format and i got the above format.when i place the 2nd sub report in the end of 1st report reports overlap .
1
vote
0answers
307 views
Crystal Report for VS2010 Alignment issue
I have this web application that uses crystal reports for VS2010. I have crystal reports service pack 2 installed. What i don't understand is that everything works fine in the development machine ...
1
vote
0answers
117 views
Need to add a fourth-level group using XSLT
My XSLT creates three levels of grouping for this college catalog. I need to add one more level to identify optional classes and group them together.
The first level groups on ...
1
vote
0answers
98 views
Crystal report pro 11 crashes when linking tables
I have a series problem with Crystal report pro version 11.5.11.1470 SP 5. When i make a new report and add multiple tables and just press on link tab to make links between tables, it crashes and ...
1
vote
0answers
210 views
Does Crystal Report Support Printing In Chrome?
We have a legacy system that's based on Java EE and Crystal Report. The problem is, printing option only works in IE. In Chrome or Firefox, when clicking Print button, it opens Print To PDF dialog.
I ...
1
vote
0answers
64 views
Loading new XML file when printing Crystal Reports
got some help on here last week in regards to printing with the office.interop dll's. My application is required to print of data from new database entries in a report style format, I successfully did ...
1
vote
0answers
184 views
Crystal reports in visual studio 2012: smooth line chart
I'm creating reports using Visual Studio 2012, .NET C# and Crystal Reports. Several of the reports is containing line charts. So my question is; is it possible to make the lines in the chart smooth?
...
1
vote
0answers
97 views
Crystal Reports EvaluateAfter Issue
I have a value in a subreport that I want to include in the calculation of a formula in the main report. To get this value, I'm using a Shared variable between the subreport and the main report. The ...
1
vote
0answers
74 views
Create a dyanmic table based on stored procedure in Crystal Reports 9
I have a little problem I bumped into. I have a stored procedure that provides me with some quantities (eg. 1,3,5). How can i translate this into a table ? Do be more precise, for this kind of input, ...
1
vote
0answers
41 views
Crystal reports complex summaries
We have a complex report that includes several calculations at different levels.
What I want to do is create a formula that says, "if any of the records at this level fulfill this condition, then ...
1
vote
0answers
361 views
Crystal Report parameters not working AGAIN
I am trying to pass a parameter to my report. I have tried different ways but every time it prompts me for a parameter value. I read tons of similar problems but nothing worked for me.
P_REQUEST_ID ...
1
vote
0answers
301 views
display barcode image in crystal report using vb.net
in Frm_Reporting.vb image barcode is created in btnEncode method. then save in memory stream. i want save this in data set and retreive it and display in crystal report. but in run time , didn't show ...
1
vote
0answers
188 views
save and display an image in vb.net?
I wrote program in vb.net. After calling btnEncode method, image result been saved in data set. and then display this image in crystal report.
I declare image barcode from system.byte() datatype in ...
1
vote
0answers
153 views
How to Print only the exact size of the report in Crystal Report
I want to print the data using the crystal report which is generated from the database the report is depend upon the data requested by the user.
It may be of 5 lines or it may can vary to 20 to 25 ...
1
vote
0answers
122 views
Setting Connection attributes for DataDefModel.PropertyBag in Crystal Reports to connect to SQL Express 2005/2008
How should I modify the below code so that I can use these connection attributes to connect to a Microsoft sql express 2005 or 2008 database
CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag ...
1
vote
0answers
68 views
Crosstab totals Crystal
I'm using Crystal Reports 10,
I need that Total Column splits in each year I have, 2012, 2013 instead of sumarizing everything in just one column, pls, any advice should be helpful...
this is what I ...
1
vote
0answers
180 views
Crystal Report Not display all the report pages
I have multiple pages in my crystal report but it display 1,2 and 258 page fine but page 3 to 257 page not display on my report page
i code like this
private void Page_Init(object sender, ...
1
vote
0answers
37 views
Report design needs solving crystal reports
I am trying to generate a report that generates results as follows:
If there are results of YES and NO for Picture Exist against a common Pattern Number as shown in Image Number 1, I would like the ...
1
vote
0answers
175 views
Why do I get parameter not supplied error while using stored procedure in script component?
Problem:
Trying to create an SSIS job using SQL Server 2005 BIDS. Job includes a Script Task and an Email Task. The script task fails at the last step and gets this error:
Failed to open a ...
1
vote
0answers
102 views
vb.net duplicated tray icon
I have a vb.net 2010 app,I have a background worker in my app that calls a web service. if the web service returns data the background service then calls a Crystal report and then prints it out. At ...

