The following tables list the members exposed by ExporterBase.
Public Properties
| Name | Description |
| IncludeColumnHeaders | Gets or sets a value indicating whether column headers will be exported. |
| UseFieldNamesInHeaders | Gets or sets a value indicating whether the column field names should be displayed in the column headers rather than the column titles. |
Top
Protected Properties
| Name | Description |
| BaseStream | Gets the base stream used for the export. |
Top
Public Methods
| Name | Description |
| BeginExport | Begins the asynchronous export operation specifying the stream to which to export the data items and the selection range representing the items to export. |
| CancelExport | Cancels the asynchronous export operation (see Remarks). |
| EndExport | Ends the asynchronous export operation. |
| Export | Synchronously exports the specified data items to the provided stream. |
Top
Protected Methods
| Name | Description |
| StartDataItem | Called when a request is made to export a data item in order to start (i.e., initialize) the operation. |
| StartDataItemField | Called when a request is made to export a field in a data item in order to start (i.e., initialize) the operation. |
| StartExport | Called when a request is made to start (i.e., initialize) an export operation. |
| StartGroup | Called when a request is made to export a group in order to start (i.e., initialize) the operation. |
| StartHeader | Called when a request is made to export a header row in order to start (i.e., initialize) the operation. |
| StartHeaderField | Called when a request is made to export a field in a header row in order to start (i.e., initialize) the operation. |
| StopDataItem | Called to stop (i.e., finalize) the export operation of a data item. |
| StopDataItemField | Called to stop (i.e., finalize) the export operation of a data item's field. |
| StopExport | Called to stop (i.e., finalize) the export operation. |
| StopGroup | Called to stop (i.e., finalize) the export operation of a group. |
| StopHeader | Called to stop (i.e., finalize) the export operation of a header row. |
| StopHeaderField | Called to stop (i.e., finalize) the export operation of a header row's field. |
Top
See Also