ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixBody Interface / RowCollection Property

In This Topic
    RowCollection Property (ITablixBody)
    In This Topic
    Gets the rows of the tablix body.
    Syntax
    'Declaration
     
    ReadOnly Property RowCollection As IItemCollection(Of ITablixRow)
    IItemCollection<ITablixRow> RowCollection {get;}
    See Also