ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / MultiPageViewModel Class / Pages Property

In This Topic
    Pages Property (MultiPageViewModel)
    In This Topic
    Gets pages collection
    Syntax
    'Declaration
     
    Public ReadOnly Property Pages As INotificationCollection(Of PageView)
    public INotificationCollection<PageView> Pages {get;}
    See Also