BasicDataExportSettings class
Represents basic (common) formats for data exporting operations
public class EasyData.Export.BasicDataExportSettings : IDataExportSettings
Package: EasyData.Core
(targets: netstandard2.0
)
Assembly: EasyData.Core.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
BasicDataExportSettings(CultureInfo culture) | void | Initializes a new instance of the EasyData.Export.BasicDataExportSettings class. |
BasicDataExportSettings() | void | Initializes a new instance of the EasyData.Export.BasicDataExportSettings class. |
BasicDataExportSettings(string locale) | void | Initializes a new instance of the EasyData.Export.BasicDataExportSettings class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
BeforeRowAdded | Func <EasyDataRow, Func <EasyDataRow, Task >, Task > | |
ColumnFilter | Func <EasyDataCol, bool > | Allows to filter columns during export |
Culture | CultureInfo | The culture |
Description | string | The description |
IncludeGrandTotals | bool | |
IncludeSubTotals | bool | |
PreserveFormatting | bool | Gets or sets value indicating whether the exporter shoud preserve the formatting in the original value |
RowFilter | Func <EasyDataRow, bool > | Filter rows during export |
ShowColumnNames | bool | Gets or sets a value indicating whether column names should be included into export result. |
ShowDatasetInfo | bool | Gets or sets value indicating wether title and description will be shown |
Title | string | The title |
Static Properties
Section titled “Static Properties”Name | Type | Description |
---|---|---|
Default | BasicDataExportSettings | Returns the default instance of EasyData.Export.BasicDataExportSettings. |