Many developers prefer SSRS over Crystal Reports. Is SSRS also better for a standalone Windows app that connects to a local SQL Server Express Edition (deployed as a downloadable app distributed over the Web)?
...
hi
i have Oracle 10g database that connect to my C# program, and i have crystal report that connect to this
database.
in my computer all work excelent !!, in customer computer the program works - except the crystal report.
what can be the problem ?
thank's in advance
...
i have reporting layout problem in Crystal Report. the user have required that the two sections be in one page, and those two sections should have enough space in between them. so i put a new section in between them, around half inch. the problem is when the first section occupied the whole space of first page, then the second section...
I would like to build a report that starts at the bottom of a page and grows upwards instead of a report that starts at the top of the page and grows downwards. How could I do this?
--Edit--
For clarification, below is an image depicting the way I need to construct the report.
Basically, I'm looking for a way to have the whitespace a...
I have a crystal report that gets its data from one stored procedure, this works fine and I have a nice grouped report with this data, showing information about a particular report,
However, this report also needs to have a number of graphs in the footer. These graphs draw their data from a different table, and so a different stored pro...
Hi all... I could've sworn there was a way to do this (without DLLs), but going through the first several pages of google, I can't find it. Maybe I'm thinking of something else.
I'm having to do some development in Crystal Reports 8.5. I thought there was a way to write custom functions. Something like creating a custom formula then wr...
When we print a crystal report using crystalReportViewer1.PrintReport(); the printers pause between pages and the client have to press a button in the printer to print the next page. If the client uses the report viewer print button it works fine.
It happens in these printers:
-HP CLJ 3600
-OKI C5450
...
hi
I have build C# program that work with Oracle 11g - all work's excellent.
now i want to make some report's with crystal report, and i looking for good manual (free) from the beginner
thank's in advance
...
We are reluctant to move to Crystal Reports 2008. But it appears that that is the only way to get a version of Crystal that is compatible with Windows 7 running in the 64 bit mode. Does anyone know if SAP is going to retrofit CR XI R2 to run on Win 7 in the 64 bit mode?
Thanks.
...
Using Crystal Report 9
Table1 Fields
Date ShiftName ID Name Intime Outtime Department
02-02-2009 MorningShift 001 Raja 07:00 03:00 Account
02-02-2009 MorningShift 002 Ravi 07:00 03:00 IT
02-02-2009 EveningShift 001 Raja 18:00 22:00 Account
03-02-2009 MorningShift 003 Rakesh 07:00 03:00 HR
03-02-2009 EveningShift 002 Ravi 18:00 22:00 ...
Hello all,
I'm trying to decrease size of my rpt file. The problem is in image. When I remove image, file is about 50KB size large. When I add image, it increases to 600KB.
I reduced resulution of my image. It has only 12KB. I tried to use JPG, PNG, TIFF. With bigger image, size of rpt file is growing (for 200KB image it is about 2MB r...
Hi all, I have the following issue: I have a report that uses a Dataset as its datasource. The dataset has two tables, one would be the main table, say Employee, and the second table is EmployeePaycheck, so an employee can have several paychecks. I can compute the sum of a column in the second table, say paycheckValue, but what I can't s...
I've tried to remove these fields from my report for an hour and I could not figure it out.
Please see this picture:
http://i261.photobucket.com/albums/ii43/Accurim/receipt.jpg?t=1261074404
I want to remove the fields in the gray area, but I cannot click on them. Does anyone know how to remove those fields? Thanks!
...
If I had a single table of items ordered (let's call the table "items"), and there was a column within the table that tied the items in the same order together (order_id), how would I select all orders that contained a certain "key" item?
In other words, I want to select orders that contain the "key" item and I want to see all the items...
I'm using Crystal Reports within Visual Studio 2005 and I have a few custom functions that I'd like to use in all my reports. Is there a way I can add these to all the reports without simply copying & pasting? I think perhaps in other versions of CR there is a Repository for functions but I don't see it in VS2005.
If not, is there a way...
I'd like to programmatically manipulate my rpt files using a macro or add-in within Visual Studio 2005. What I want to achieve is the ability to automate updating the custom functions in my reports, since there seems no way to have a single copy of the functions shared between reports.
So I'd like to have a macro to:
Read the functio...
Hi every body
I have converted one of my old solutions from .Net 1.1 to 2 via Visual Studio 2008.
It's reports were conveted too and I embeded them in my solution.
although they work properly,but their first load take such a long time.
What can I do for this problem?
...
Hello,
I'm using the Crystal Reports built into VS.net 2008.
A template for a report on our staging server prints (to PDF) as expected. When I used the same template and data on the live server the report exceeds the right margin by approximately 1cm or so.
Does anyone know where the margin settings are kept per server for Crystal rep...
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 report package that we could use to make the task easier/faster. also, any experience shared about creating the user objects for jasper busine...
Using VB6 AND Crystal Report 9
In my software when i view my report, it is displaying a old data's, if there is any changes in the data's every time i have to refresh my report. How to refresh the report automatically when i run my software.
Code
Dim crApp As CRAXDRT.Application
Dim Report As CRAXDRT.Report
Set crApp = New CRAXDRT.App...