'Declaration Public Enum HorizontalPaginationMode Inherits System.Enum
public enum HorizontalPaginationMode : System.Enum
Member | Description |
---|---|
Mosaic | When 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. |
Scale | When 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. |
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.
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