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

In This Topic
    TableRows Property (HeaderFooter)
    In This Topic

    Gets the footer or header rows for the table or group.

    Syntax
    'Declaration
     
    Public ReadOnly Property TableRows As TableRowCollection
    public TableRowCollection TableRows {get;}

    Property Value

    A TableRowCollection object containing the footer or header rows for the table or group.

    See Also