public class ExportWriter : IDisposablePublic Class ExportWriter
Implements IDisposable| ExportWriter(Stream) | Initializes a new instance of the ExportWriter class |
| ExportWriter(String) | Initializes a new instance of the ExportWriter class |
| ExportWriter(Stream, ExportWriterTypes) | Initializes a new instance of the ExportWriter class |
| ExportWriter(String, ExportWriterTypes) | Initializes a new instance of the ExportWriter class |
| ExportWriter(Stream, String, ExportWriterTypes) | Initializes a new instance of the ExportWriter class |
| Close | |
| CreateColumns(ExportWriterColumn, Boolean) | |
| CreateColumns(DataColumnCollection, Boolean) | |
| Dispose | Releases all resources used by the ExportWriter |
| Dispose(Boolean) | Releases the unmanaged resources used by the ExportWriter and optionally releases the managed resources |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Write(DataTable, Boolean) | |
| Write(DbConnection, String, Boolean) | |
| Write(String, String, Boolean) | |
| WriteCell | |
| WriteDocumentPrefix | |
| WriteDocumentSuffix | |
| WriteRow(DataRow) | |
| WriteRow(DbDataReader) | |
| WriteRowPrefix | |
| WriteRowSuffix |