PivotGridCsvExportOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Pivot |
Initializes a new instance of the Pivot |
#Properties
Name | Description |
---|---|
Document |
Gets or sets the export document’s culture which defines numeric and date-time data formatting settings. |
Encode |
Gets or sets whether to encode potentially dangerous content from a control or document when it is exported to a CSV file.
Inherited from Csv |
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 |
Export |
Gets or sets whether to include column field headers in the exported CVS document. |
Export |
Gets or sets whether to include data field headers in the exported CVS document. |
Export |
Gets or sets whether to include filter field headers in the exported CSV document. |
Export |
Gets or sets whether to include row field headers in the CSV exported document. |
Export |
Gets or sets export type.
Inherited from Csv |
Follow |
Specifies if CSV export should follow the report layout.
Inherited from Csv |
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 symbol that is used to separate the text elements in the created 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.
Inherited from Csv |
Write |
Get or sets whether to include a sequence of bytes that specifies the encoding used in the resulting CSV file. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter. |
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. |
#Events
Name | Description |
---|---|
Before |
Fires consecutively for each control row when this row is about to be exported. Allows you to skip specific rows if they do not meet your custom criteria.
Inherited from Csv |
Customize |
Allows you to substitute a cell value in the output document. Only available in data-aware export mode. |
Export |
Fires repeatedly while the data is being exported. |
See Also