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

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