ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Details Class / TableRows Property

In This Topic
    TableRows Property (Details)
    In This Topic

    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