Version

CellPageSpanStrategy Enumeration

Determines the strategy used during printing when a cell is encountered that will not fit on a page.
Syntax
'Declaration
 
Public Enum CellPageSpanStrategy 
   Inherits System.Enum
public enum CellPageSpanStrategy : System.Enum 
Members
MemberDescription
ContinueIf a cell can't fit on a page it will be clipped and the portion that couldn't fit will be shown on the next page.
NextPageIf a cell can't fit on a page it will be moved to the next page.
NextPageFillWithPreviousCellIf a cell can't fit on a page it will be moved to the next page and the previous cell will be expanded to fill.
Remarks

Note: This also applies to field labels as well so that the header area will line up properly.

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