CsvExportOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Csv |
Initializes a new instance of the Csv |
Csv |
Initializes a new instance of the Csv |
Csv |
Initializes a new instance of the Csv |
Csv |
Initializes a new instance of the Csv |
#Properties
Name | Description |
---|---|
Encode |
Gets or sets whether to encode potentially dangerous content from a control or document when it is exported to a CSV file. |
Encoding |
Gets or sets the encoding of the text-based file to which a report is exported.
Inherited from Text |
Encoding |
Gets or sets a value used to serialize the Text |
Follow |
Specifies if CSV export should follow the report layout. |
Quote |
Gets or sets a value indicating whether a string with separators should be placed in quotation marks when a document is exported to a Text-based file.
Inherited from Text |
Separator |
Specifies the character |
Skip |
Specifies whether or not to include the empty columns into the resulting CSV file. |
Skip |
Specifies whether or not to include the empty rows into the resulting CSV file. |
Text |
Gets or sets a value indicating whether to use the formatting of the data fields in the bound dataset for the cells in the exported TXT, CSV, XLS or XLSX document.
Inherited from Text |
Use |
Specifies whether to use the default system or a custom separator character for CSV export. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the Csv |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the character |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also