Back to Devexpress

PivotXlsxExportOptions Properties

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotxlsxexportoptions-dot-underscore-properties.md

latest16.8 KB
Original Source

PivotXlsxExportOptions Properties

Contains Pivot Grid options that define how a document is exported to XLSX format in the data-aware export mode.

NameDescription
AllowBandHeaderCellMergeGets or sets whether cell merging is enabled for band headers in the exported document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowCellImagesGets or sets whether to export cell images. Available in data-aware export mode for WPF Data Grid and WinForms Data Grid. Inherited from XlsxExportOptionsEx.
AllowCellMergeGets or sets whether cell merging is enabled in the exported document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowCombinedBandAndColumnHeaderCellMergeGets or sets whether the headers of the same name are exported as merged cells. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowConditionalFormattingGets or sets whether conditional formatting rules applied to columns are preserved in the exported document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowConditionalFormattingGlyphsInherited from XlsxExportOptionsEx.
AllowFixedColumnHeaderPanelGets or sets whether the column header panel is anchored to the top of the export document and not scrolled vertically. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowFixedColumnsGets or sets whether left fixed columns enabled in a grid control are fixed in the exported document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowGroupingGets or sets whether data groups are exported from the source control to the output document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowHyperLinksGets or sets whether hyperlinks are exported.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowLookupValuesGets or sets whether combo-box and lookup columns’ lookup values are exported.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowSortingAndFilteringGets or sets whether columns’ sorting and filtering functionality is enabled in the exported document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AllowSparklinesGets or sets whether sparklines are exported.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
ApplyFormattingToEntireColumnGets or sets whether cell formatting (cell appearance and borders) is applied to entire sheet columns or individual sheet cells. Formatting algorithms applied to sheet columns are faster than those applied to individual cells. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
AutoCalcConditionalFormattingIconSetMinValueGets or sets whether to set the minimum value for the Icon Set conditional formatting rule explicitly.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
BandedLayoutModeGets or sets how bands and columns are arranged in the output worksheet (when exporting from Banded Views).Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
CalcTotalSummaryOnCompositeRangeGets or sets whether a formula exported as total summary excludes cells with group summary values even if group summaries are calculated at runtime as custom summaries.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
DocumentCultureGets or sets the export document’s culture which defines numeric and date-time data formatting settings. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
DocumentOptionsProvides access to options to be embedded as the resulting XLS or XLSX file’s Document Properties. Inherited from XlExportOptionsBase.
EncryptionOptionsProvides access to the XLS and XLSX file encryption options. Inherited from XlExportOptionsBase.
ExportColumnAreaHeadersGets or sets whether to include the column field headers in the XLSX exported document. Inherited from PivotXlsxExportOptionsBase.
ExportDataAreaHeadersGets or sets whether to include the data field headers in the XLSX exported document. Inherited from PivotXlsxExportOptionsBase.
ExportFilterAreaHeadersGets or sets whether to include the filter field headers in the XLSX exported document. Inherited from PivotXlsxExportOptionsBase.
ExportHyperlinksThis property is not supported by the XlsxExportOptionsEx class. Use the XlsxExportOptionsEx.AllowHyperLinks property instead.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
ExportInplaceEditorGlyphsInherited from XlsxExportOptionsEx.
ExportModeSpecifies whether the source is exported as a single XLSX file or multiple files, and whether each page is exported as a separate worksheet. Inherited from XlsxExportOptions.
ExportRowAreaHeadersGets or sets whether to include the row field headers in the XLSX exported document. Inherited from PivotXlsxExportOptionsBase.
ExportTypeGets or sets the export type - WYSIWYG or Data Aware. Inherited from XlsxExportOptionsEx.
FitToPrintedPageHeightGets or sets whether the output document should be fit to the page height when printed. Inherited from XlExportOptionsBase.
FitToPrintedPageWidthGets or sets whether the output document should be fit to the page width when printed. Inherited from XlExportOptionsBase.
GroupStateGets or sets data groups’ expanded state in the exported document. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
IgnoreErrorsSpecifies the document errors to be ignored in a resulting Excel file. Inherited from XlExportOptionsBase.
LayoutModeGets or sets whether data is exported in regular mode or as a native Excel table.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
PreserveMergedCellValuesInherited from XlsxExportOptionsEx.
RawDataModeEnables the mode that produces simple tabular data without graphic elements, style and appearance settings. Inherited from XlExportOptionsBase.
RightToLeftDocumentGets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts. Inherited from XlExportOptionsBase.
SheetNameGets or sets a name of the sheet in the created XLS file to which a document is exported. Inherited from XlExportOptionsBase.
ShowBandHeadersGets or sets whether band headers are visible in the exported document. This option is in effect when exporting from Banded Grid Views if the XlsxExportOptionsEx.BandedLayoutMode option is set to Default. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
ShowColumnHeadersGets or sets whether column headers are visible in the exported document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
ShowGridLinesGets or sets whether worksheet gridlines are visible in the resulting XLS file. Inherited from XlExportOptionsBase.
ShowGroupSummariesGets or sets whether group summaries are enabled in the exported document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
ShowPageTitleGets or sets whether a title is displayed for each print preview page of the exported document. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
ShowTotalSummariesGets or sets whether total summaries are enabled in the exported document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
SummaryCountBlankCellsGets or sets whether the Count summary function takes all cells into account or only non-blank cells when exporting to Excel format.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
SuppressEmptyStringsGets or sets whether the source control cells with Empty Strings are exported as Blank cells in Excel format.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
SuppressHyperlinkMaxCountWarningInherited from XlsxExportOptionsEx.
SuppressMaxColumnsWarningGets or sets whether to suppress the exception that is raised if you export more than 16,384 columns to an XLSX file.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
SuppressMaxRowsWarningGets or sets whether to suppress the exception that is raised on attempting to export more than 1,048,576 rows to an XLSX file. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
TextExportModeGets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document. Inherited from XlExportOptionsBase.
UnboundExpressionExportModeGets or sets whether column values or column expressions are exported for unbound (calculated) columns.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.

See Also

PivotXlsxExportOptions Class

PivotXlsxExportOptions Members

DevExpress.XtraPivotGrid Namespace