ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class / GetPageHeader Method

In This Topic
    GetPageHeader Method
    In This Topic
    Gets the group of rows or columns which has the TableVectorGroup.PageHeader property set to true.
    Syntax
    'Declaration
     
    Public Function GetPageHeader() As TableVectorGroup
    public TableVectorGroup GetPageHeader()

    Return Value

    The TableVectorGroup which is a table header repeated on each page, or null if such group does not exist.
    See Also