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

ReportOutputType Enum

Contains values that specify the report output format.

Namespace: DevExpress.ExpressApp.ReportsV2.Web

Assembly: DevExpress.ExpressApp.ReportsV2.Web.v18.2.dll

Declaration

public enum ReportOutputType

Members

Name Description
ReportViewer

The report is displayed in a popup window that contains a Detail View with a single ReportViewerDetailItem View Item.

Mht

The report is exported to an MHT file.

Pdf

The report is exported to an PDF file.

Rtf

The report is exported to an RTF file.

Xls

The report is exported to an XLS file.

Related API Members

The following properties accept/return ReportOutputType values:

See Also