cancel
Showing results for 
Search instead for 
Did you mean: 

Refreshing reports using Crystal viewer

Former Member
0 Kudos

HI,

We have Crystal reports 2008 designer running perfectly. I need someone to help me on how to refresh reports using crysal viewer 2008 . Where to save the reports? How to authenticate them and make them refreshed?

Please support

regards

Ihab

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I used crystal server to host the reports and now I am able to share the reports with others and they are refreshed

former_member217070
Active Participant
0 Kudos

Hi, Ihab

Here are some links to get you started:

[SAP BusinessObjects BI 3.x and Lower Developer SDK Library|http://www.sdn.sap.com/irj/boc/sdklibrary]

This page gives you info on all of our SDK's

[Crystal Reports Java Reporting Component SDK Sample Applications|http://www.sdn.sap.com/irj/boc/samples?rid=/webcontent/uuid/909355da-5b84-2b10-76a4-eed3ccf9e650] [original link is broken];

If you're using reports that are stored in the file system as .rpt files, this link has examples on how to use the Crystal Reports for Java SDK.

[Java JRC View Report and Set Report Parameters|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/90a4c036-4111-2c10-faa5-eab98a6f70cc]

This sample shows how to view a report, including setting any parameters it may have. If you want to save them afterwards, you'd need to export them, either by pressing the button or writing more code. There are export examples at the list of samples link above.

[BusinessObjects Enterprise SDK Java Applications|http://www.sdn.sap.com/irj/boc/samples?rid=/webcontent/uuid/b0daacb7-ad82-2b10-b2b6-f3e9fa3e716a] [original link is broken];

If your reports are managed (stored inside the CMS), use the samples from this page.

Regards,

Bryan