New to Telerik ReportingStart a free 30-day trial

Represents a row in the item.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public sealed class TableRow

Inheritance: objectTableRow

Properties

Gets the index of the current TableRow in the Rows collection of the Table item.

C#
public int Index { get; }

Methods

Internal use only

C#
public void Dispose()

Gets an ITableCell at the specified column index.

C#
public ITableCell GetCell(int columnIndex)
Parameters:columnIndexintReturns:

ITableCell

An ITableCell instance.

Remarks:

This method should be used after the Table item is data bound.

Internal use only

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()