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)
 

Property Value

An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> representing the rows of the tablix corner.
See Also