Skip to content

IDataExportSettings interface

Represents some settings used during exporting operations

public interface EasyData.Export.IDataExportSettings

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

NameTypeDescription
BeforeRowAddedFunc<EasyDataRow, Func<EasyDataRow, Task>, Task>
ColumnFilterFunc<EasyDataCol, bool>Filter columns during export
CultureCultureInfoThe culture.
DescriptionstringThe description
IncludeGrandTotalsbool
IncludeSubTotalsbool
PreserveFormattingboolGets or sets value indicating whether the exporter shoud preserve the formatting in the original value
RowFilterFunc<EasyDataRow, bool>Filter rows during export
ShowColumnNamesboolGets or sets a value indicating whether column names should be included into export result.
ShowDatasetInfoboolGets or sets value indicating whether title and description will be shown
TitlestringThe title