Print Page | Close Window

create report using JAVA && CrystalReport

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=10210
Printed Date: 28 Apr 2024 at 11:04am


Topic: create report using JAVA && CrystalReport
Posted By: Maverick-f14
Subject: create report using JAVA && CrystalReport
Date Posted: 08 Jun 2010 at 7:13am
Hi,

i'm developing a Java desktop application(jda), and i need to create report using Crystal Report XI...
but i don't know how i can do to connetc my jda to Crystal Report and create a new report.

How can i do, can someone of you help me?
what API/libraryes i need?

i'm sorry for my english...

thx ;)



Replies:
Posted By: Maverick-f14
Date Posted: 08 Jun 2010 at 10:13pm
up


Posted By: hilfy
Date Posted: 09 Jun 2010 at 5:38pm

What do you mean by "Create" a report?  Do you want to run an existing report or actually let your users create a new report?

With the latest versions of Crystal, there is no way to actually allow your users to create a report.  There used to be a COM component called "RDC", but that was deprecated with Crystal XI and is no longer available.
 
If you want to run an existing report, try going to the old Developer Library site here:  http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm - http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm .
Click on "Java Reporting Component SDK."
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: Maverick-f14
Date Posted: 10 Jun 2010 at 10:26am
sorry, i try to explane better my trouble.

i've a file .rpt that has a link to an MS Access file, in need in my java application to make a connection with this rpt file and apply some filters to data (like a range of date)... after this i would like to print my filtered record.

thx


Posted By: hilfy
Date Posted: 10 Jun 2010 at 10:44am
Go to the link I provided in my email to get to the documentation for how to use the Java SDK to do this.  I code in C#.NET, so I can't give you more specific examples.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: Maverick-f14
Date Posted: 10 Jun 2010 at 11:10am
i need a java sapmles...
can you link me someone??


Posted By: hilfy
Date Posted: 11 Jun 2010 at 12:00am
If you follow the link and the instructions in my first post, you'll find samples.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: Maverick-f14
Date Posted: 11 Jun 2010 at 1:11am
in you link there are only a jsp tutorial... i need a java desktop application sample. by the way in that link there isn't explained what libraries i need, and where i can dowload.


Posted By: Maverick-f14
Date Posted: 13 Jun 2010 at 9:52pm
upp



Print Page | Close Window