ReportOutputType Enum
Contains values that specify the report output format.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
Declaration
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