ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollectionEventArgs Class / Value Property

In This Topic
    Value Property (PageCollectionEventArgs)
    In This Topic
    Returns the Page object that was added or removed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Page
    public Page Value {get;}

    Property Value

    A Page object representing the item that was added or removed.
    See Also