VIBlend

Exporting VIBlend SuperGridView content to Excel, HTML, CSV and XML

by viblend 15. September 2008 19:30

VIBlend SuperGridView ships with build-in data export providers for Microsoft Excel, XML, HTML and CSV.

The export functionality is accessible through the GridExport class inside VIBlend.SuperGridView.DataExport namespace.

Here's a a small example which demonstrates how easy it is to export the data grid's content:

VIBlend.SuperGrid.DataExport.GridExport gridExport = new VIBlend.SuperGrid.DataExport.GridExport();

gridExport.ExportToHTML(superGrid1, fileName); // export to HTML

gridExport.ExportToExcelXML(superGrid1, fileName); // export to MS Excel

gridExport.ExportToXML(superGrid1, fileName); // export to XML

gridExport.ExportToCSV(superGrid1, fileName); // export to CSV

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

GridView

Comments

Add comment


 

biuquote
Loading



About the author

Some text that describes me

Recent comments

None

Copyright © 2009 VIBlend  
ALL RIGHTS RESERVED  
 
Terms of Use | Privacy Policy
WinForms Controls Purchase Online About Us
       
DataGrid Navigation Pane Technical Support Blog
ScrollBar TreeView
ListBox ProgressBar Downloads Register
ComboBox Buttons
TabControl Editors Documentation Client Login

VIBlend Blog is powered by BlogEngine.NET