CustomExportAnalysisEventArgs.ExportType Property
Gets the format in which the exported data should be stored.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
PrintingSystemCommand | An PrintingSystemCommand enumeration value that is the target format for the exported data. |
Available values:
Name | Description |
---|---|
None | Doesn’t identify any command. This member is intended for internal use only. |
DocumentMap |
|
Parameters |
|
Pointer | Shows the mouse pointer, when there is no need to show either the Hand Tool, or the Magnifier. Note that this command is in use in the Ribbon Print Preview Form only. |
HandTool |
|
Customize |
|
|
|
PrintDirect |
|
PageSetup |
|
EditPageHF |
|
Magnifier |
|
ZoomIn |
|
ZoomOut |
|
Zoom |
|
ZoomTrackBar | Identifies the Zoom trackbar control, which is available in the bottom-right corner of the Print Preview Form with a Ribbon. |
ViewWholePage | Zooms a document in or out so that only one entire page of the document is shown in the preview. |
ShowFirstPage |
|
ShowPrevPage |
|
ShowNextPage |
|
ScrollPageUp | Scrolls one page up, as when an end-user presses the PAGE UP key. |
ScrollPageDown | Scrolls one page down, as when an end-user presses the PAGE DOWN key. |
ShowLastPage |
|
MultiplePages |
|
FillBackground |
|
Find |
|
ClosePreview |
|
Watermark |
|
ExportFile |
|
SendFile |
|
ExportGraphic | Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats). |
ExportPdf | Exports the current document to a PDF file. |
ExportTxt | Exports the current document to a TXT file. |
ExportCsv | Exports a document to a CSV (comma-separated values) file. |
ExportMht | Exports the current document to an MHT file. |
ExportXls | Exports the current document to an XLS file. |
ExportXlsx | Exports the current document to an XLSX file. |
ExportRtf | Exports the current document to an RTF file. |
ExportDocx | Exports the current document to a DOCX file. |
ExportHtm | Exports the current document to an HTML file. |
ExportXps | Exports the current document to an XPS file. Note This is supported only by the DXPrinting for WPF library. |
SendGraphic | Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats) and sends it via e-mail. |
SendPdf | Exports the current document to a PDF file and sends it via e-mail. |
SendTxt | Exports the current document to a TXT file and sends it via e-mail. |
SendCsv | Exports the current document to a CSV (comma-separated values) file and sends it via e-mail. |
SendMht | Exports the current document to an MHT file and sends it via e-mail. |
SendXls | Exports the current document to an XLS file and sends it via e-mail. |
SendXlsx | Exports the current document to an XLSX file and sends it via e-mail. |
SendRtf | Exports the current document to an RTF file and sends it via e-mail. |
SendDocx | Exports the current document to a DOCX file and sends it via e-mail. |
SendXps | Exports the current document to a XPS file and sends it via e-mail. Note This is supported only by the DXPrinting for WPF library. |
ZoomToPageWidth | Zooms a document in or out as appropriate, so that the width of the current page fits the preview window. |
ZoomToTextWidth | Zooms a document in or out as appropriate, so that the width of the text in the current page fits the preview window. |
ZoomToWholePage | Zooms a document in or out as appropriate, so that only a single page of the document is shown in the preview. |
ZoomToTwoPages | Zooms a document in or out as appropriate, so that only two entire pages of the document are shown in the preview. |
PageLayout | Identifies the item which is the parent to the PageLayoutContinuous and PageLayoutFacing subitems. Use this value as a parameter for the PrintingSystemBase.SetCommandVisibility method to hide or show the page layout items from the menu of the Preview Form. |
PageLayoutFacing | Changes the view of the document’s preview so that the pages are arranged side-by-side. |
PageLayoutContinuous | Changes the view of the document’s preview so that the pages are arranged as a continuous vertical column. |
File | Identifies the File menu item, which is a parent for the PageSetup, Print, PrintDirect, ExportFile and SendFile subitems. Use this value as a parameter for the PrintingSystemBase.SetCommandVisibility method, to hide or show the File items from the menu of the Print Preview form. |
View | Identifies the View menu item, which is a parent for the PageLayout, Toolbar, Status Bar and Customize subitems. Use this value as a parameter for the PrintingSystemBase.SetCommandVisibility method, to hide or show the View items from the menu of the Print Preview form. |
Background | Identifies the Background menu item, which is a parent for the FillBackground and Watermark subitems. Use this value as a parameter for the PrintingSystemBase.SetCommandVisibility method, to hide or show the Background items from the menu of the Print Preview form. |
Scale |
|
PaperSize | Chooses the paper size of the document. Note that this command is in use in the Ribbon Print Preview Form only. |
PageOrientation | Switches the pages between portrait and landscape layouts. Note that this command is in use in the Ribbon Print Preview Form only. |
PageMargins | Selects the margin sizes for the entire document. Note that this command is in use in the Ribbon Print Preview Form only. |
Open |
|
Save |
|
StopPageBuilding | Identifies the Stop button, which is displayed in the status bar to the right of the progress bar, and can be used to stop generating a document. |
SubmitParameters | Submits the parameters specified in the Parameters panel. |
Copy | Copies the selected document content to the Clipboard. |
PrintSelection | Prints the selected document content. |
GoToPage | Raises the Go To Page dialog to jump to the specified page number. |
Thumbnails | Toggles the Thumbnails panel visibility. |
HighlightEditingFields | Highlights all available fields whose content can be edited. |