Hi,
I have a problem in exportin data from one RadGridView to Excel.
I am usig the method bellow but I receive an error:
When I am trying to create the variable excelExporter I receive the attached jpg's error!
Also I have made the necesary imports:
I have a problem in exportin data from one RadGridView to Excel.
I am usig the method bellow but I receive an error:
Dim excelExporter As New ExportToExcelML(Me.adminGridView)
excelExporter.SheetName = "SituatieGala"
excelExporter.ExportVisualSettings =
True
excelExporter.RunExport(fs.FileName)When I am trying to create the variable excelExporter I receive the attached jpg's error!
Also I have made the necesary imports:
Imports Telerik.WinControls
Imports Telerik.Data Imports
Telerik.WinControls.UI.ExportImports System.IO