DataExportHelper Properties |
The DataExportHelper type exposes the following members.
Name | Description | |
---|---|---|
AllowExportEmptyDataSource |
Determines whether to allow export empty data source or raise an error
| |
CSVDelimiter |
Defines delimiter for CSV format.
| |
DataExportTemplateFolder |
Gets a startup path for template lookup.
| |
DataExportTemplatePath |
Gets a relative path leading to template.
| |
DataSource |
Gets or sets the source of data to export.
| |
FileName |
Name of exported file (without extension).
| |
FileNameWithExtension |
Name of exported file with extension.
| |
GenerateHeader |
Indicates whether to generate also a header row.
| |
MacroResolver |
Gets or sets macro resolver.
| |
TopN |
Top N rows to export.
| |
UseSharedStringStorage |
Defines whether to use shared string table for storing text values.
When value is false text is being stored as inline string.
Applies only to Excel export.
| |
UseTemplate |
Indicates whether to use XLSX template.
|