DS2XL Constructor | Initializes a new instance of the DS2XL class. |
AddCSVQuotes | Defines if double quotes will be placed around all the values during export of the data into CSV file format. |
BinaryFormat | Gets or sets format of the binary data in an output export result. |
ChunkSize | Gets or sets size of the chunk of data in a number of rows. |
ColWidths | Gets or sets collection of the columns widths for the spreadsheets. |
CSVDelimiter | Gets or sets a delimiter character inside of the file during export of the data into CSV file format. |
Encoding | Gets or sets encoding of the output during export of the data into CSV or HTML file formats. |
OptimizeForSize | Gets or sets a mode for the export of the data as the optimized for size. |
RowHeights | Gets or sets collection of the rows heights for the spreadsheets. |
SplitIntoChunks | Gets or sets a mode for the export of the long DataTable or DataView objects |
Styles | Gets or sets collection of the styles applied against data in the spreadsheets. |
Export | Overloaded. Exports DataSet, DataTable or DataView into the file using specified format. |
ExportToStream | Overloaded. Exports DataSet, DataTable or DataViewinto specified format and returns result as a stream. |
ExportComplete | Occurs when export from the DataSet, DataTable or DataView has been completed. |
ExportProgress | Occurs after a row has been created inside of the exported file/stream. |