20 results for "$s/api-reference/easydata-core/easydata-export-namespace/idataexporter-interface"

EasyData.Core

/api-reference/easydata-core

Basic classes of EasyData library.

IDataExporter interface

/api-reference/easydata-core/easydata-export-namespace/idataexporter-interface

Represents a type used to perform exporting of the data stream to some format (like CSV or PDF)

IDataExporter interface

/api-reference-5x/korzh-easyquery-services-namespace/idataexporter-interface

Represents a type used to perform exporting of the data stream to some format (like CSV or PDF)

EasyData.Exporters.Default

/api-reference/easydata-exporters-default

Default exporters of EasyData library that support CSV, HTML, and Excel-compatible HTML formats.

EasyData.Exporters.PdfSharp

/api-reference/easydata-exporters-pdfsharp

This package contains an exporter (an implementation of EasyData's IDataExporter interface) for PDF format. The exporting is performed via PdfSharp library.

EasyData.Exporters.ClosedXML

/api-reference/easydata-exporters-closedxml

This package contains an exporter (an implementation of EasyData's IDataExporter interface) for Excel (.xlsx) format. The exporting is performed via CLosedXML library.

IValueEditorCreator interface

/api-reference/easydata-core/easydata-namespace/ivalueeditorcreator-interface

Internal interface used for definition new (custom) types of value editors

IPagedList<T> interface

/api-reference-4x/korzh-easyquery-services-namespace/ipagedlist-t--interface

Implements both IPaging and System.Collections.Generic.IEnumerable interfaces. It's used to return paged list of objects.