cancel
Showing results for 
Search instead for 
Did you mean: 

Excel format options

Former Member
0 Kudos

We're using Crystal 11.5 & 12 .NET interface.

We want to set certain export formatting options for the Excel Data Only export format and have not been able to find the appropriate properties or methods in the documentation. We have used the following code with the COM interface which works properly. However we have been unable to make this work in .NET. The list of the properties are as follows:

ExportOptions.ExcelExportAllPages = True

ExportOptions.ExcelExportImagesInDataOnly = True

ExportOptions.ExcelUseWorksheetFunctions = True

ExportOptions.ExcelMaintainRelativeObjectPosition = True

ExportOptions.ExcelMaintainColumnAlignment = True

ExportOptions.ExcelExportPageAreaPair = True

Does anyone know what the appropriate .NET methods/properties are for Excel Data Only export?

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Answers (0)