Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / PageHeader Class / ReportItems Property

In This Topic
    ReportItems Property (PageHeader)
    In This Topic
    Gets the ReportItems collection containing the elements of the page section layout. No data regions or subreports are allowed in the page section. All page breaks are ignored in the page section.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportItems As ReportItems
    public ReportItems ReportItems {get;}
    See Also