Table of Contents

Enum ReportExportFormat

Namespace
Lers.Reports
Assembly
Lers.Core.dll

Формат экспорта отчетов.

public enum ReportExportFormat : byte
Extension Methods

Fields

Csv = 3

Текстовый файл (csv).

Html = 5

Html format (html).

Pdf = 0

Portable Document Format (pdf).

Rtf = 1

Rich text format (rtf).

Xls = 4

Книга Excel 97-2003 (xls).

Xlsx = 2

Книга Excel (xlsx).