Entry Point Not Found while Exporting to PDF or Excel or Doc
Dim app As IApplication = engine.Excel.Application
Dim book As IWorkbook = app.Workbooks.Create(1)
saveFileDialog.Filter = "Files(*.xls)|*.xls"
saveFileDialog.DefaultExt = ".xls"
gecc.ExportRange(GridRangeInfo.Rows(5, 8), Me.gridControl1.Model, book.Worksheets(0), ConverterOptions.Default)
book.SaveAs(saveFileDialog.FileName)
If MessageBox.Show("Do you wish to open the xls file now?", "Export to Excel", MessageBoxButtons.YesNo, MessageBoxIcon.Question) = System.Windows.Forms.DialogResult.Yes Then
Dim proc As New Process()
proc.StartInfo.FileName = saveFileDialog.FileName
proc.Start()
End If
End If
Attachment: EntryPointErrorMsg_5c50f602.zip
Hi Ashokraj,
Thanks for your interest in
Syncfusion products.
|
Query: Export the grid data to Pdf/Excel/Word |
For you convenience, we have attached the prepared sample. Please refer to it and let us know if the issue still exist. If so please send us the replication procedure of the reported issue. |
Please let us know if you have
any concerns.
Regards,
Muthukumar K
Attachment: Export_gridData_17451b5e.zip
Hi Ashokraj,
Thanks for your update.
|
Query: Entry Point not found Exception |
We tried to
replicate the reported issue in our side, but we could not able to reproduce
it. |
Please let us know if you have any concerns.
Regards,
Muthukumar K
Thanks for your reply.
Glad to hear from you.
Thanks & Regards,
Muthukumar K
- 5 Replies
- 2 Participants
-
AS Ashokraj
- May 22, 2014 09:03 AM UTC
- Jun 4, 2014 04:21 AM UTC