Overload | Description |
---|---|
Export(GridControl,String) | Exports the data of a Xceed.Grid.GridControl to a spreadsheet in XML suitable for import into Microsoft Excel. |
Export(DetailGrid,String) | Exports the data of a Xceed.Grid.DetailGrid to a spreadsheet in XML suitable for import into Microsoft Excel. |
Export(GridControl,Stream) | Exports the data of a Xceed.Grid.GridControl in XML to a stream. |
Export(GridControl,Stream,Boolean) | Exports the data of a Xceed.Grid.GridControl in XML to a stream and specifying if the output stream should be closed once the process is finished. |
Export(DetailGrid,Stream) | Exports the data of a Xceed.Grid.DetailGrid in XML to a stream. |
Export(DetailGrid,Stream,Boolean) | Exports the data of a Xceed.Grid.DetailGrid in XML to a stream and specifying if the output stream should be closed once the process is finished. |