'Declaration Public Overloads Sub Export( _ ByVal detailGrid As DetailGrid, _ ByVal stream As Stream, _ ByVal closeOutputStream As Boolean _ )
'Usage Dim instance As ExcelExporter Dim detailGrid As DetailGrid Dim stream As Stream Dim closeOutputStream As Boolean instance.Export(detailGrid, stream, closeOutputStream)
public void Export( DetailGrid detailGrid, Stream stream, bool closeOutputStream )
Parameters
- detailGrid
- A reference to a Xceed.Grid.DetailGrid. Cannot be a null reference (Nothing in Visual Basic)
- stream
- The System.IO.Stream to which to export the grid. Cannot be a null reference (Nothing in Visual Basic).
- closeOutputStream
- true if the output stream is to be closed once the process is finished; false otherwise.