ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablix Interface / Rows Property

In This Topic
    Rows Property (ITablix)
    In This Topic
    Gets the number of rows in the tablix (equals the number of leaf-members in the row hierarchy).
    Syntax
    'Declaration
     
    ReadOnly Property Rows As Integer
    int Rows {get;}

    Property Value

    An System.Int32 representing the number of rows in the tablix.
    See Also