[]
Represents an object that can be used to export a SSRS report to CSV.
public class CsvExporter : Exporter, IDisposable
Name | Description |
---|---|
CsvExporter() |
Name | Description |
---|---|
Encoding | Gets or sets the character encoding scheme: ASCII, UTF7, UTF8, or Unicode. The default value is UTF8. |
ExcelMode | Gets or sets a value indicating whether the target output is for Excel. The default value is true. |
ExportProvider | Gets CsvExportProvider. |
FieldDelimiter | Gets or sets the delimiter string to put in the result. The default value is a comma ",". |
FileExtension | Gets or sets the file extension to put on the result. The default value is .CSV. |
NoHeader | Gets or sets a value indicating whether the header row is excluded from the output. The default value is false. |
Qualifier | Gets or sets the qualifier string to put around results that contain the field delimiter or record delimiter. If the results contain the qualifier, the qualifier is repeated. The Qualifier setting must be different from the FieldDelimiter and RecordDelimiter settings. The default value is a quotation mark ("). |
RecordDelimiter | Gets ot sets the record delimiter to put at the end of each record. The default value is <cr><lf>. |
SuppressLineBreaks | Gets or sets value indicating whether line breaks are removed from the data included in the output. The default value is false. If the value is true, the FieldDelimiter, RecordDelimiter, and Qualifier settings cannot be a space character. |
UseFormattedValues | Gets or sets a value indicating whether formatted strings are put into the CSV output. null indicates default value true when ExcelMode is true; otherwise it is false. |
Name | Description |
---|---|
GetDevInfo() | Returns DeviceInfo string for SSRS. |
GetFormat() | Returns format identifier for SSRS. |