How can I send a RPT to Excel?
I was trying with the following vbs, but it doesn't work, and I prefer to do it with java script
Dim cryRpt As New ReportDocument
cryRpt.Load("F:\VB\CrystalReport1.rpt")
Try
Dim CrExportOptions As ExportOptions
Dim CrDiskFileDestinationOptions As New _...