ReportOutputType Enum
In This Article
Contains values that specify the report output format.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
#Declaration
#Members
Name | Description |
---|---|
Report
|
The report is displayed in a popup window that contains a Detail View with a single Report |
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