ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollectionEventArgs Class / Value Property

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

    Property Value

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