ActiveReports Developer 7
TableRows Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Details Class : TableRows Property

Glossary Item Box

Gets the detail rows for the table.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TableRows As TableRowCollection
C# 
public TableRowCollection TableRows {get;}

Property Value

A TableRowCollection containing the detail rows for the table.

Remarks

The detail rows cannot contain any DataRegions in any of their TableCells.

See Also