cancel
Showing results for 
Search instead for 
Did you mean: 

Customize CR 2008 export dropdown

Former Member
0 Kudos

Hi,

I want to customize the available export option in CR2008 for eg I want only the pdf and excel to be in the dropdown other I want to hide...In Crystal Report XI R2 version there was a file called export.js which I could change to remove but I dont see the same in CR2008.

Thanks

Kajal

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

In CR 2008, that dialog has been wrapped into the print engine dll so there is no way to limit that selection. Only suggestion I'd have is to create your own export dialog and populate that with your values.

Ludek

Former Member
0 Kudos

Oh thats bad....why that change been made...:(

Ok then in that case is there a way that I can integrate the same workflow as the existing export button option into my new export button...any call I could make to the existing CR2008 API or will I have to handle it also in the code...?

former_member183750
Active Contributor
0 Kudos

You'd have to suppress the export button, and then code the exports, drop downs, etc.. You could use the sample app vbnet_win_export for the export code from [this|https://smpdl.sap-ag.de/~sapidp/012002523100006252822008E/net_win_smpl.exe] download as a guide.

Ludek

Answers (0)