ColumnCount Property (BandLayoutOptions)
In This Topic
Gets or sets a 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;}
Property Value
An
System.Int32 value indicating the number of columns per band sheet.
See Also