ImportDataReader Method
Imports data from System.Data.IDataReader into worksheet from the specified row and column.
Overload List
Overload | Description |
---|---|
ImportDataReader(IDataReader,Boolean,Int32,Int32) | Imports data from System.Data.IDataReader into worksheet from the specified row and column. |
ImportDataReader(IDataReader,Int32,Int32,Boolean) | Imports data from System.Data.IDataReader into worksheet from the specified row and column along with save option. |
ImportDataReader(IDataReader,Boolean,Int32,Int32,Boolean) | Imports data from System.Data.IDataReader into worksheet from the specified row and column along with the preserve type. |
ImportDataReader(IDataReader,IName,Boolean) | Imports data from System.Data.IDataReader into the specified named range of current worksheet. |
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also