Skip to main content
A newer version of this page is available. .

ExportFormat Enum

Lists the values that specify the available export formats.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum ExportFormat

Members

Name Description
Pdf

The PDF export format.

Htm

The HTML export format.

Mht

The MHT export format.

Rtf

The RTF export format.

Docx

The DOCX export format.

Xls

The XLS export format.

Xlsx

The XLSX export format.

Csv

The CSV export format.

Txt

The TXT export format.

Image

The image export format.

Xps

The XPS export format.

Prnx

The PRNX export format.

For internal use only.

Related API Members

The following properties accept/return ExportFormat values:

Library Related API Members
Cross-Platform Class Library DocumentExportArgs.Format
WPF Controls ExportOptionsViewModelBase.ExportFormat
IDocumentViewModel.DefaultExportFormat
IDocumentViewModel.DefaultSendFormat

Remarks

The values listed in the ExportFormat enumeration are passed as a parameter by the ReportService.StartExport method.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ExportFormat enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also