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?
...
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?
...
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 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.
...
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???
...
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...
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...
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
...
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.
...
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 ...
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.
--------------------------------------------------------------------...
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...
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?
...
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...
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...
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...
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...
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 ...
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.
...
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...