ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / PageBreaks Class / Items Property

In This Topic
    Items Property (PageBreaks)
    In This Topic
    Return the items of PageBreaks.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As List(Of PageBreaks.PageBreak)
    public List<PageBreaks.PageBreak> Items {get;}
    See Also