Skip to main content
A newer version of this page is available. .
All docs
V21.2

ExportFormatItem.Format Property

Specifies the format in which the document is exported when the user clicks the toolbar item.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v21.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public ExportFormat Format { get; set; }

Property Value

Type Description
ExportFormat

An enumeration member that specifies the export format.

Available values:

Show 12 items
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.

See Also