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

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

    Property Value

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