New to Telerik ReportingStart a free 30-day trial

Represents a collection of TableBodyRows

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class TableBody.RowCollection : Collection<TableBodyRow>

Inheritance: objectCollection<TableBodyRow>TableBody.RowCollection

Constructors

C#
public RowCollection()

Methods

TODO: Add documentation.

C#
public void AddRange(IEnumerable<TableBodyRow> items)
Parameters:itemsIEnumerable<TableBodyRow>