Version

PrintXColumnsOnEveryPage Property

Returns or sets the number of columns which will be re-printing on every horizontal page.
Syntax
'Declaration
 
Public Property PrintXColumnsOnEveryPage As Integer
public int PrintXColumnsOnEveryPage {get; set;}
Remarks

When this property is set to a value higher than 0, the first visible grid columns will be reprinted on every subsequent horizontal page. Note that the RowSelectors are considered a column for this purpose.

If the columns which repeat on each page are too wide to fit on a single page with at least one additional column, then a printing error will result and nothing will be printed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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