Hi,
We are migrating a VB application to VB.Net. The existing application used crystal reports 8 for building the reports. Now, during migration we converted CR 8 to CR 11.
I have an issue when exporting the report to excel. In VB the sheet name have the name of the report by default and also have the borders. But not in the VB.Net. Please let me know the workaround for getting the sheetname and borders in VB.Net.
The Code used is:
customerReport.ExportToDisk(ExportFormatType.Excel, StrExportPath)
Thanks in advance.