cancel
Showing results for 
Search instead for 
Did you mean: 

Which CR version to use?

Former Member
0 Kudos

Hi,

in my company we are planning to make a report in CR to be exported in XLXS using VB.Net.

We have a developer PC with Vs2010. We wrote a very simple program that export a RPT in this way:

Dim cryRpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument

cryRpt.Load(rptFileName)

...

we set export options and other things

...

cryRpt.Export()

There are 2 things that are mandatory:

1)Use VB.Net to export an rpt file unattended

2)Export to Excel 2007 complete (NOT  data only)

All said, that's the question.

Which kind of Crystal Report should we install in Developer Workstation and in production environment?

We tried with CRForVS2010 but it cannot export to Excel 2007, so it's not an option.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member188030
Active Contributor
0 Kudos

Hi Andrea,

One thing to note, there is only one version of CR which is compatible to work with VS 2010 and that is CR for VS (13.0). there is no other option.

And it does export a report to xlsx but  ExcelWorkbook (XLSX) is data only. See below KBAs.

http://search.sap.com/notes?id=0001526412&boj=/sap/bc/bsp/spn/scn_bosap/notes.do?access=69765F6D6F64...

http://search.sap.com/notes?id=0001645531&boj=/sap/bc/bsp/spn/scn_bosap/notes.do?access=69765F6D6F64...

http://wiki.scn.sap.com/wiki/display/BOBJ/Available+Export+Formats%2C+Crystal+Reports+9.1+to+SAP+Cry...

http://scn.sap.com/thread/2065539

- Bhushan

Senior Engineer

SAP Active Global Support

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Getting started and moving ahead with Crystal Reports .NET applications.

Former Member
0 Kudos

And are you saying that i cannot use VB.Net to automate a more complete CR like 2011 or 2013?

DellSC
Active Contributor
0 Kudos

Even from CR 2011 or 2013, you can only export to .xlsx data only - currently there is no option to export to Excel 2007 with formatting whether you're doing the export in Crystal itself or through the SDK.

-Dell

Answers (0)