crystal-reports

CrystalReports Viewer object is not available

I'm creating a local application in C# with Crystal Reports, in the design part is all ok, but when I want to use the tool Crystal Reports Viewer it is not available in the toolbox window, how I can turn it available to use it? ...

Crystal Report->subreport->C#

Hi, I want to know if is there any way to disable the new tab when I click on the subreport? Confused? OK.. when we click on subreport, the report for that report comes out like when you click on abc.rpt where abc.rpt is a subreport. In a new tab, abc.rpt itself comes out. Any way to disable that? ...

Is It Possible to Have Two Axis Labels for a Chart in Crystal Reports?

Hi everyone, This is a pretty straight forward question but I can't seem to figure out how to do it! I am making a stacked bar chart in Crystal Reports. The x-axis any date in order in the range: 04/01/2010 --> 31/12/2010. The y-axis value is an integer value. Basically I have a field called CalenderDate and a field called WeekNo. Is ...

How to remove frame when exporting crystal report to word

How can I remove the frame when crystal report is exported to a Word document?. It should be only in word. In RTF I have tried, so please tell me how it can be done in Word. ...

save crystal report as a picture

Hi all i want to save a Crystal report as a Picture using C# programming.if its not possible some how i want to save a report as a picture. can i do it??? ...

ODBC connection limit in WinXP not in Win2K?

We run a nightly process that generates a large number (~8000) of reports each night using Crystal Reports. This is really just about 14 different reports that get run once for each of our clients. The reports' data source is a windows ODBC connection (via the control panel) and connects to an Oracle 10g instance on our network. Our c...

Crystal Reports - Suppress a Page Header if the page has 0 records

I'd like to suppress a page header if the page has no data records. Note: The page may still need to display in order to show the group or report footers. Thanks Edit: I'm interested in the case where there are no records for the details section of the report for the current page. I'm referring to a situation where all details records...

Crystal Reports - Is it possible to suppress a label or picture based upon a formula?

I need to suppress a label and image if certain data is encountered. Is this possible in Crystal Reports with a formula, or by some other means? Thanks ...

Passing C# variables to Crystal Reports programmatically

Hey, I am using Crystal Reports to create a pretty PDF of a text document with client data in it. What I need to do is pass the job number from the C# code to Crystal Reports so I can put it on top of the PDF document. I have tried a few things that I found on the internet, but to no avail. Anyway to do this? Thanks. ...

Crystal Reports: How can I avoid nested subreports in this case?

I have a main report which contains user information -- and a subreport that contains multiple items for said user. Question is, I need the main report to duplicate as many times as necessary for the number of users I feed into the DataSource -- how can I do this, so that it results in one large report (containing multiples of the main ...

Needs help on column wise sql query

I need to display data on my crystal report from the two tables in format given below. In the below table C /A are the image categories. 1, 2 are the total number of C or A's processed by user Amit , linked with UserMaster. Similarly, for CMS and PM, then their totals. --------------------------------------------------------------------...

Crystal Reports not chaging the server programatically

I'm developing a local app with friends and we're using svn, but we have crystal reports, but it saves the last server used by one of my friends when doing the commit. I tried changing the server programatically using this piece of code, but it didn't work :S *UPDATE: it seems that the .rpt keeps a history of the server names, and some...

Currency Symbol problem in Crystal Reports XI

I am trying to customize a money field. My goal is to achieve this format: -55,555 LEKE But when I try to customize the currency symbol CR automatically removes the space between my price and the currency symbol (-55,555LEKE). I don't like this format. I tried everything. Any ideas? ...

Crystal Reports 2008 / Visual Studio 2010

I've created a number of Crystal 2008 reports that are running in InfoView. This isn't working out too well, and I'd like to create my own Crystal Reports report viewer application in VS 2010. I'm too familiar with hosting Crystal reports inside a C# application. So I guess a couple basic questions. 1) Does VS 2010 contain a Crystal Re...

Load report failed when implementing crystal report in asp.net 3.5

Im implementing crystal report which is builtin in visual studio 2008. When i create my crystal report and check its preview it shows me the data but when i call it on my abc.aspx page report doesnt load and gives error 'Load report failed'. This is my Code <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" A...

Crystal report parameters aren't being prompted

I'm working on upgrading our application to use Crystal Reports 2008. (v12) Currently, we use Crystal Reports 2008 for Visual Studio. (v10.5 nice naming convention jerks) Most of the time, our application supplies report parameters itself, using the id/name/whatever of the object the user is currently looking at. This is pretty normal...

Conversion of crystal report of Desktop application to web application's crystal report

I have got a desktop application which was build in vs2005, now i am doing conversion of it to web application (vs2008). i have got around 40 crystal reports in it (desktop application). please tell me can i use them (rpt files) directly in web application or i will have to create all new reports? please provide me solution or give me...

safe to edit CRConfig.xml in Crystal Reports Developer full edition on production machine?

Here's a question from a Crystal n00b. Accessing a database using JDBC and using the Crystal 2008 SP1 user interface (File/Export etc) I was having problems running out of Java heap. I finally started digging around in the software install folders and stumbled across CRConfig.xml. It has lots of parameters like JVMMaxHeap, documented ...

Create Report from list of objects in .net without saving them in database!

I want to create a report of a list of objects that don't persist in db in VS2008 C#! When I use Crystal Report, I should reference the report to a special Table in DB or an object in Application. But I want to report from a non-persistent list which is a list of objects from a class. ...

Crystal Report 9 is displaying only the 1st record if records vary only by millisecond

Hi, I am using SQL Sever 2005, VC 6 ++ and Crsystal Report API to print a report in a child window. If the records vary Only by Milliseconds, Crystal Report is showing only the 1st record. Otherwise, it is perfectly fine. I am picking the timestamp from SQL Server DateTime Field. In Formula inside Crystal Report, i am only giving the...