NumberOfRepeatColumns Property (ReportOptions)
In This Topic
Gets or sets an
System.Int32 value specifies the number of first columns will be printed repeatly.
Syntax
'Declaration
Public Property NumberOfRepeatColumns As Integer
public int NumberOfRepeatColumns {get; set;}
See Also