Version

HorizontalPaginationMode Enumeration

Determines how to print a logical page when it it too wide to fit on a single page.
Syntax
'Declaration
 
Public Enum HorizontalPaginationMode 
   Inherits System.Enum
public enum HorizontalPaginationMode : System.Enum 
Members
MemberDescription
MosaicWhen the logical width of the page too wide to fit on a single page then split it up onto multiple separate pages based on the ReportSettings.PagePrintOrder setting.
ScaleWhen the logical width of the page too wide to fit on a single page then scale the page down so it does fit while maintaining its aspect ratio. In other words, the sale factor for the width and height will be the same.
Remarks

Note: if 'Scale' is specified then the aspect ratio will be maintained, i.e. the scale factor for the width and height will be the same.

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