cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the toolbar for CrystalReportViewer

Former Member
0 Kudos

Hello,

I want to display the toolbar for a Crystal report in a Java portal without borders.

Is it possible to remove borders or change the css style toolbar ?

Thanks for your help !

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Refer to the viewers API's to check on the customization possible on the viewer.

Here is the the path

For BI 4.0

API referrence guide

http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_viewersjava_apiRef_en.zip

Developers guide

http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_viewersjava_dg_en.zip

Refer to the CrystalReportViewer class from the guide.

The API's can be utilized if your are viewing a crystal report from a third party custom application.

Thanks,

Prithvi