ColumnCount Property (BandLayoutOptions)
In This Topic
Gets or sets the number of columns that should be displayed on each band sheet when the tablix is rendered.
Syntax
'Declaration
Public Property ColumnCount As Integer
public int ColumnCount {get; set;}
See Also