Back to Devexpress

PrintLayoutMode Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-printing.md

latest2.4 KB
Original Source

PrintLayoutMode Enum

Lists values that specify the layout mode of the print document.

Namespace : DevExpress.Xpf.PivotGrid.Printing

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum PrintLayoutMode
vb
Public Enum PrintLayoutMode

Members

NameDescription
SinglePageLayout

The pivot grid is represented by a single table.

This mode is preferred when the pivot grid is exported to the XLS or image format.

The following image displays the pivot grid exported to an image format using the Single Page layout mode. The dashed red line shows where the pivot grid will be cut off by the page boundaries if it is printed using this mode.

| | MultiplePagesLayout |

If the pivot grid does not fit onto one page, it is split into several tables.

This mode is preferred when the pivot grid is printed or exported to a paged document.

The following image displays the pivot grid exported to an image format using the Multiple Pages layout mode. The dashed red line shows where the pivot grid will be cut off by the page boundaries if it is printed using this mode.

| | Auto |

The layout mode is selected automatically.

The Multiple Pages layout mode is applied when the pivot grid is printed or exported to a paged document. The Single Page layout mode is applied when the pivot grid is exported to the XLS or image format.

|

The following properties accept/return PrintLayoutMode values:

Remarks

Values listed by this enumeration are used to set the PivotGridControl.PrintLayoutMode property.

See Also

DevExpress.Xpf.PivotGrid.Printing Namespace