Tablix.Rows 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 rows in the tablix (equals the number of leaf-members in the row hierarchy).
public:
property int Rows { int get(); };
public int Rows { get; }
member this.Rows : int
Public ReadOnly Property Rows As Integer
Property Value
An int
value.