ActiveReports 12
ColumnCount Property (DataVisualizerBasePanel)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : ColumnCount Property
Gets or sets the number of columns in the table.
Syntax
'Declaration
 
Public Property ColumnCount As Integer
public int ColumnCount {get; set;}

Property Value

The number of columns in the System.Windows.Forms.TableLayoutPanel control. The default is 0.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members