ActiveReports 12
TableRows Property (Details)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Details Class : TableRows Property

Gets the detail rows for the table.

Syntax
'Declaration
 
Public ReadOnly Property TableRows As TableRowCollection
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

Reference

Details Class
Details Members