Version

PagePrintOrder Enumeration

Identifies the order pages in a report when the HorizontalPaginationMode is set to 'Mosaic' and logical pages are split up onto multiple pages.
Syntax
'Declaration
 
Public Enum PagePrintOrder 
   Inherits System.Enum
public enum PagePrintOrder : System.Enum 
Members
MemberDescription
HorizontalEach logical page will print all of its multiple page parts, left to right, before the next logical page is printed.
VerticalEvery logical page will print its 'part 1' first. This will then be follwed by every logical page's 'part 2' etc.
Remarks

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.

Requirements

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

See Also