luni, 25 august 2014

Export to Excel Hierarchial data in the RadGridView


ExportToExcelML method exports an image of an element to Excel file

ExportHierarchy property set if child rows should be exported


Example:

ExportToExcelML excelExporter = newExportToExcelML(radGridView);
excelExporter.ExportHierarchy = true;
excelExporter.RunExport(filePath);

Niciun comentariu:

Trimiteți un comentariu