'Declaration Public Enum PagePrintOrder Inherits System.Enum
public enum PagePrintOrder : System.Enum
Member | Description |
---|---|
Horizontal | Each logical page will print all of its multiple page parts, left to right, before the next logical page is printed. |
Vertical | Every logical page will print its 'part 1' first. This will then be follwed by every logical page's 'part 2' etc. |
When a logical page within a report is too wide to fit and HorizontalPaginationMode is set to 'Mosaic' then it will be will be split up into multiple page parts horizontally. This property determines the order that the page parts are placed in the report.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2