20 results for "$s/@tag:exporting"

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.

Exporting query results

/tutorials/exporting-query-results

Detailed instruction on how to perform additional functionality while dealing with EasyQuery results.

Managing data formats

/tutorials/managing-data-formats

This article shows how to implement some particular tasks with your query

PdfDataExporter class

/api-reference/easydata-exporters-pdfsharp/easydata-export-namespace/pdfdataexporter-class

An implementation of [EasyData.Export.IDataExporter](api-reference/easydata-core/easydata-export-namespace/idataexporter-interface) interface, that performs exporting of the data stream to PDF format

HtmlDataExporter class

/api-reference/easydata-exporters-default/easydata-export-namespace/htmldataexporter-class

An implementation of [EasyData.Export.IDataExporter](api-reference/easydata-core/easydata-export-namespace/idataexporter-interface) interface, that performs exporting of the data stream to HTML format

CsvDataExporter class

/api-reference/easydata-exporters-default/easydata-export-namespace/csvdataexporter-class

An implementation of [EasyData.Export.IDataExporter](api-reference/easydata-core/easydata-export-namespace/idataexporter-interface) interface, that performs exporting of the data stream to CSV format

ExcelDataExporter class

/api-reference/easydata-exporters-closedxml/easydata-export-namespace/exceldataexporter-class

An implementation of [EasyData.Export.IDataExporter](api-reference/easydata-core/easydata-export-namespace/idataexporter-interface) interface, that performs exporting of the data stream to PDF format

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)