Tablix.Columns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of columns in the tablix (equals the number of leaf-members in the column hierarchy).
public:
property int Columns { int get(); };
public int Columns { get; }
member this.Columns : int
Public ReadOnly Property Columns As Integer
Property Value
An int
value.