20 results for "how-to/$s/api-reference/easydata-core/tutorials/exporting-query-results"

EasyData.Core

/api-reference/easydata-core

Basic classes of EasyData library.

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.

Previous versions' tutorials (obsolete)

/tutorials/version-3-x-tutorials

This section contains the tutorials that we written for older versions of EasyQuery and most probably are obsolete now.

Paging in query results

/tutorials/paging-in-query-results

Paging can make your work with query more convenient. And here is detailed instruction on how to use it.

Query with OR operators

/tutorials/query-with-or-operators

In this article, you will learn how to build queries that contain both AND and OR operators.